@charset "utf-8";


@media all and (-ms-high-contrast: none) {

	body {
		font-family: "メイリオ", "ヒラギノ角ゴ ProN W3" !important;
	}
}


/* CSS Document */

body {
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	margin: 0;
	padding: 0;

}

@font-face {
	font-family: "kozL";
	src: url(KozGoPr6N-Light.otf);
}

p {
	margin: 0;
	padding: 0;
}

.clear {
	display: block;
	clear: both;
}

.forPC,
.forPCimage {
	display: block;
}

.forPC2 {
	display: block;
}

.forPC-tab {
	display: block;
}

.forTab2 {
	display: none;
}

a.forTab {
	display: none;
}

a.aOff {
	color: #bbb !important;
	cursor: default;
}

.forSP {
	display: none;
}

a.url {
	display: inline !important;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop30 {
	margin-top: 30px !important;
}

.marginBottom50 {
	margin-bottom: 50px;
}

.marginBottom10 {
	margin-bottom: 10px !important;
}

.marginBottom20 {
	margin-bottom: 20px !important;
}

.marginBottom30 {
	margin-bottom: 30px !important;
}

.flexCenter {
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

img.widthAuto {
	width: auto !important;
}

img.object-fit {
	width: auto;
	object-fit: cover;
}

img.ImgRes {
	width: 100%;
	height: auto;
}

.textStrong {
	font-weight: bold;
}

header {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 110px;
	padding: 0;
}

h1 {
	height: 68px;
	width: 194px;
	padding: 0;
	margin: 25px 0 0 40px;
	float: left;
	background-image: url(https://clad.inc/img/clad_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size: 100%;
}

.textwhite {
	color: #fff !important;
}

.textred {
	color: rgb(211, 0, 0) !important;
}

.align-center {
	text-align: center;
}

.menuPC {}

.menuSP {
	display: none;
}

.menuPC .subMenu {
	float: right;
	top: 0px;
}

.menuPC .subMenu a {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	color: #00418f;
	padding-left: 20px;
	margin: 0 14px;
}

.menuPC .subMenu a.contact {
	display: block;
	width: 176px;
	height: 32px;
	background-color: #ff7c00;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: 0 0 0 14px;
	padding: 0;
}

.menuPC .subMenu a.japan {
	background-image: url(../img/icon_japan.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}

.menuPC .subMenu a.china {
	background-image: url(../img/icon_china.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}

.menuPC .subMenu a.English {
	background-image: url(../img/icon_US.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}

.menuPC .subMenu a.access {
	padding: 0;
	text-decoration: none;
}

.menuPC .subMenu a.access:hover {
	padding: 0;
	color: #0272F9;
}

.menuPC .global {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}

.menuPC .global a {
	display: block;
	margin: 0 16px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #00418f;
}

.menuPC .global a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.menuPC .global a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #00418f;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.menuPC .global a:hover::after {
	transform: scale(1, 1);
}

.menuPC .global a.aOff::after {
	background: #fff;
}

.menuPC .global a.aOff:hover::after {}

section {
	clear: both;
	width: 100%;
	padding: 40px 0;
}

section.white {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 30px;
}

section.blue {
	background-color: #656ed3;
	overflow: hidden;
	padding-bottom: 30px;
}

section.sky {
	background-color: #cdd6ff;
	overflow: hidden;
	padding-bottom: 30px;
}

section.mainBase {
	background-color: #fff;
	padding: 0;
}

section .mainImg {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

/* section .mainImg p{
	position:relative;
	text-align:center;
	color:#00418f;
	font-weight:bold;
	 font-size: 20px;
	 top:-40px;
	 text-indent:-9999px;
} */

section h2 {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 33px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: -9999px;
}

section h2.h2ja {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #00418f;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 0;
	margin-bottom: 50px;
	font-size: 36px;
	height: 100%;
	line-height: 48px;
}

section h2.h2ja2 {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #00418f;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 0;
	margin-bottom: 14px;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
}

section h2.h2jaCanon {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #00418f;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 0;
	margin-bottom: 50px;
	font-size: 30px;
	height: auto;
	line-height: 1.6;
}

.h2ja_br {
	display: none;
}

@media screen and (max-width: 1200px) {
	.h2ja_br {
		display: block;
	}
}

section h2 {
	margin-bottom: 14px;
}

section h2.h2Service {
	background-image: url(../img/h2_service.png);
}

section h2.h2Point {
	background-image: url(../img/h2_point.png);
}

section h2.h2cc {
	background-image: url(../img/h2_casestudies.png);
}

section h2.h2News {
	background-image: url(../img/h2_news.png);
}

section h2.h2Company {
	background-image: url(../img/h2_company.png);
}

section h2.h2Recruit {
	background-image: url(../img/h2_recruit.png);
}

section h2.h2Offshore {
	background-image: url(../img/h2_offshore.png);
}

section h2.h2Future {
	background-image: url(../img/h2_feature.png);
	margin-bottom: 50px;
}

section h2.h2Customize {
	background-image: url(../img/h2_customize.png);
}

section h2.h2Quality {
	background-image: url(../img/h2_quality.png);
}

p.h2Under {
	max-width: 900px;
	text-align: center;
	color: #656ed3;
	font-size: 17px;
	padding: 0 20px;
	margin: 0 auto 28px auto;
}

p.h2En {
	text-align: center;
	color: #656ed3;
	font-weight: bold;
	font-size: 13px;
	height: 11px;
	text-indent: -9999px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 30px;
}

p.h2En2 {
	text-align: center;
	color: #656ed3;
	font-weight: bold;
	font-size: 13px;
	height: 11px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 30px;
	margin: 0 auto 30px auto;
}

p.EnRecruit {
	background-image: url(../img/EnRecruit.png);
}

p.EnService {
	background-image: url(../img/EnService.png);
}

p.EnOffshore {
	background-image: url(../img/EnOffshore.png);
}

.service {
	max-width: 1200px;
	margin: 0 auto;
}

p.textRight {
	font-size: 0.9em;
	text-align: right;
}

/* service Document */
.serviceMenu {
	display: flex;
    flex-direction: column;
}
.serviceMenu a {
	font-size: 14px;
	width: 590px;
	height: 185px;
	margin: 5px auto;
}

.serviceMenu a p {
	padding: 40px 30px;
}

.fig {
	position: relative;
	overflow: hidden;
	width: 590px;
	height: 185px;
}

.figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(61, 73, 199, .7);
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.figcaption p {
	font-size: 1.1em;
	line-height: 2;
}

.fig:hover .figcaption {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
	color: #fff;
}

.figcaption span.capRight {
	display: block;
	text-align: right;
	color: #fff;
}

.fignone {
	position: relative;
	overflow: hidden;
	width: 590px;
	height: 185px;
}

.fignone img {
	width: 100%;
}

/*--service toppage --*/
.serviceMenu_top a {
	font-size: 14px;
	width: 390px;
	height: 185px;
	float: left;
	margin: 5px;
}

.serviceMenu_top a p {
	padding: 20px 30px;
}

.fig_top {
	position: relative;
	overflow: hidden;
	width: 390px;
	height: 185px;
}

section h2.h2StrongPoint {
	background-image: url(../img/h2_StrongPoint.png);
}

.column3 {
	width: 376px;
	margin: 30px 12px 30px 12px;
	float: left;
}

.column3 img {
	width: 100%;
}

.column4 {
	width: 273px;
	margin: 30px 12px 60px 12px;
	float: left;
}

.column5 {
	width: 340px;
	margin: 0;
}

.column5 img {
	width: 100%;
}

.clients-logo {
	margin: -4px auto 60px;
	display: flex;
	align-items: center;
	max-width: 1200px;
	padding: 0;
	position: relative;
	z-index: 10;
}

.clients-logo h2 {
	font-size: 20px;
	width: 19%;
	height: 100%;
	min-width: 130px;
	background-color: #00418f;
	color: white;
	text-indent: 0;
	padding: 16px 0;
	margin: 0;
}

.brandLogo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: auto
}

.brandLogo .column3 {
	width: 23%;
	margin: 0 12px;
	padding-top: 8px;
	text-align: center;
}

.StrongPoint {
	max-width: 1200px;
	margin: 0 auto;
}

.StrongPoint .column4 img {
	width: 100%;
}

.companylogo {
	background-image: url(../img/mps_logo_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 59px;
	width: 245px;
	text-indent: -9999px;
	margin-right: 200px;
}

.marginTop60 {
	margin-top: 60px !important;
}

.arrowBlue {
	width: 200px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #00418f;
	font-weight: bold;
	padding-left: 40px;
	background-image: url(../img/icon_arrow_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
	margin-right: 30px;
	text-decoration: none;
}

.arrowWhite {
	width: 200px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-left: 40px;
	background-image: url(../img/icon_arrow_03.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
	margin-right: 30px;
	text-decoration: none;
}

.arrowSkyblue {
	width: 200px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #656ed3;
	font-weight: bold;
	padding-left: 40px;
	background-image: url(../img/icon_arrow_04.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
	margin-right: 30px;
	text-decoration: none;
}

.zFront {
	z-index: 100 !important;
}

.point {
	max-width: 1200px;
	margin: 0 auto 50px auto;
}

.pointMenu {
	max-width: 1060px;
	margin: 0 auto;
}

.pointMenu a {
	display: block;
	width: 190px;
	float: left;
	padding: 120px 10px 12px 10px;
	text-align: center;
	text-decoration: none;
	color: #656ed3;
	font-weight: bold;
	font-size: 15px;
	border-right: solid 1px #656ed3;
	line-height: 1.1;
	background-repeat: no-repeat;
	background-position: center 30%;
	margin-bottom: 10px;
}

.pointMenu a.point_01 {
	background-image: url(../img/point_01.png);
	position: relative;
	/* アニメーションに必要な部分 */
	visibility: visible;
	opacity: 0;
	transition: 1000ms;
	transform: translateY(20px);
	transition-timing-function: ease-out;
}

.pointMenu a.point_01.is-show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.pointMenu a.point_02 {
	background-image: url(../img/point_02.png);
	position: relative;
	/* アニメーションに必要な部分 */
	visibility: visible;
	opacity: 0;
	transition: 1500ms;
	transform: translateY(20px);
	transition-timing-function: ease-out;
}

.pointMenu a.point_02.is-show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px)
}

.pointMenu a.point_03 {
	background-image: url(../img/point_03.png);
	position: relative;
	/* アニメーションに必要な部分 */
	visibility: visible;
	opacity: 0;
	transition: 2000ms;
	transform: translateY(20px);
	transition-timing-function: ease-out;
}

.pointMenu a.point_03.is-show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px)
}

.pointMenu a.point_04 {
	background-image: url(../img/point_04.png);
	position: relative;
	/* アニメーションに必要な部分 */
	visibility: visible;
	opacity: 0;
	transition: 2500ms;
	transform: translateY(20px);
	transition-timing-function: ease-out;
}

.pointMenu a.point_04.is-show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px)
}

.pointMenu a.point_05 {
	background-image: url(../img/point_05.png);
	position: relative;
	/* アニメーションに必要な部分 */
	visibility: visible;
	opacity: 0;
	transition: 3000ms;
	transform: translateY(20px);
	transition-timing-function: ease-out;
	border-right: none;
}

.pointMenu a.point_05.is-show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px)
}

.CS {
	padding-bottom: 40px;
}

.case {
	clear: both;
	max-width: 890px;
	margin: 0 auto 34px auto;
	height: 134px;
}

.case p {
	color: #fff;
}

a.logos {
	display: block;
	float: left;
	margin-right: 50px;
	width: 243px;
	height: 134px;
}

a.logos2 {
	display: block;
	float: left;
	margin-right: 50px;
	width: 243px;
	height: 268px;
	margin-bottom: 20px;
}

a.caseText2 {
	width: 597px;
	display: block;
	float: right;
	text-decoration: none;
}

p.BtoB {
	text-align: center;
	width: 74px;
	height: 34px;
	line-height: 32px;
	background-color: #fff;
	color: #656ed3;
	font-size: 18px;
	font-weight: bold;
	font-family: Franklin Gothic Medium;
}

p.BtoB span {
	font-family: Verdana;
	padding: 0 2px;
}

p.caseTitle2 {
	margin: 16px 0;
	font-size: 20px;
	font-weight: bold;
}

p.caseCap {
	font-size: 14px;
}

.News {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.topics {
	clear: both;
	color: #656ed3;
	font-weight: bold;
	height: 20px;
	margin-bottom: 20px;
	padding: 0 20px;
}

.topics p {
	margin-right: 10px;
	height: 20px;
	line-height: 20px;
}

p.date {
	float: left;
	width: 140px;
}

.leftColumn p.date {
	float: left;
	width: 140px;
	line-height: 1.4;
}

.mainColumn p.date2 {
	margin: 8px 0;
	color: #656ed3;
}

.leftColumn p.tagRelease {
	float: left;
	width: 80px;
	text-align: center;
	background-color: #666666;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}

.leftColumn p.tagNews {
	float: left;
	width: 80px;
	text-align: center;
	background-color: #656ed3;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}

.leftColumn p.topicsText {
	float: left;
	font-size: 14px;
	width: calc(100% - 270px);
	line-height: 1.4;
}

.leftColumn p.topicsText a {
	color: #656ed3;
	text-decoration: none;
}

.leftColumn p.topicsText a:before {
	content: url(../img/tri03.png);
	margin-right: 4px;
}

p.tagRelease {
	float: left;
	width: 80px;
	text-align: center;
	background-color: #656ED3;
	color: #fff;
	font-size: 14px;
}

p.tagNews {
	float: left;
	width: 80px;
	text-align: center;
	background-color: #1A2578;
	color: #fff;
	font-size: 14px;
}

p.topicsText {
	float: left;
	font-size: 14px;
	width: calc(100% - 270px)
}

p.topicsText a {
	color: #656ed3;
	text-decoration: none;
}

p.topicsText a:before {
	content: url(../img/tri03.png);
	margin-right: 4px;
}

.COMPANY {
	width: 894px;
	margin: 0 auto;
}

.companyProfile p {
	float: left;
}

.companyProfile p span {
	display: block;
}

.companylogo {
	background-image: url(../img/mps_logo_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 59px;
	width: 245px;
	text-indent: -9999px;
	margin-right: 200px;
}

.companyProfile p span.companyName {
	font-size: 20px;
	color: #00418f;
	font-weight: bold;
	margin-bottom: 4px;
}

.companyProfile p span.companyAddress {
	font-size: 15px;
	color: #00418f;
	font-weight: bold;
}

.secMap {
	padding-top: 16px;
	margin-top: 10px;
}

.map {
	width: 894px;
	height: 464px;
	clear: both;
	padding: 0 0 50px 0;
}

.map2 {
	width: 100%;
	height: 400px;
	clear: both;
	padding: 0 0 50px 0;
}

.tel {
	width: 894px;
	margin: 0 auto;
	text-align: center;
}

.contactText {
	font-size: 22px;
	color: #00418f;
	margin-bottom: 16px;
}

.time {
	font-size: 18px;
	color: #ff9300;
	margin-bottom: 16px;
}

.tel p.phoneNumber {
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 352px;
	height: 42px;
	text-indent: -9999px;
	margin: 0 auto;
}

a.toForm {
	display: block;
	width: 466px;
	height: auto;
	font-size: 20px;
	padding: 31px 0;
	background-color: #ff9300;
	margin: 30px auto;
	text-align: center;
	background-image: url(../img/icon_arrow_05.png);
	background-repeat: no-repeat;
	background-position: 25px 50%;
	background-size: 32px 32px;
	color: #fff;
	text-decoration: none;
}

a.toForm:hover {
	background-color: #FFAC3B;
}

.bannerArea {
	display: block;
	padding: 0 40px;
	max-width: 730px;
	margin: 0 auto;
}

.bannerImg {
	margin: 0;
}

footer {
	max-width: 1024px;
	margin: 50px auto 0 auto;
}

.fot {
	position: relative;
	font-size: 14px;
}

.pp {
	position: absolute;
	left: 30px;
	background-image: url(../img/pp.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 82px;
	height: 82px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

.ppp {
	background-image: url(../img/ppp.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 300px;
	margin: 10px auto;
	height: 80px;
	background-position: center;
}

.footMenu {
	color: #656ed3;
	text-align: center;
	width: 450px;
	padding-top: 10px;
	margin: 10px auto;
}

.footMenu a {
	margin: 0 10px;
	text-decoration: none;
	color: #656ed3;
}

.footMenu a:hover {
	color: #2630B4;
}

.copyright {
	color: #656ed3;
	text-align: center;
	width: 400px;
	margin: 10px auto;
}

section .companyImg {
	position: relative;
	background-image: url(../img/company_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .companyImg2 {
	position: relative;
	background-image: url(../img/company_top2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .companyImg3 {
	position: relative;
	background-image: url(../img/company_top3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .companyImg4 {
	position: relative;
	background-image: url(../img/company_top4.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .companyImg5 {
	position: relative;
	background-image: url(../img/company_top5.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .companyImg6 {
	position: relative;
	background-image: url(../img/company_top6.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .companyImg7 {
	position: relative;
	background-image: url(../img/company_top7.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}


/* Recruit */
.Recruit {
	max-width: 1200px;
	margin: 0 auto;
}

.rec-youtube {
	position: relative;
	max-width: 900px;
	margin: 0 auto 28px;
	padding-top: 56.25%;
}

.rec-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

section .recruitImg {
	position: relative;
	background-image: url(../img/pic_mpgrecruit_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

.leftColumn {
	width: 70%;
	max-width: 761px;
}

.recruitBox {
	position: relative;
	width: 100%;
	min-height: 80px;
	border: solid #656ed3 1px;
	padding: 30px 0;
	margin-bottom: 30px;
	overflow: hidden;
}

.leftColumn .recruitBox img {
	float: left;
	width: 28%;
}

a.boxArrow2 {
	position: absolute;
	top: 130px;
	width: 200px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #00418f;
	font-weight: bold;
	padding-left: 40px;
	background-image: url(../img/icon_arrow_02.png);
	background-repeat: no-repeat;
	background-size: contain;
}

a.boxArrow1 {
	position: absolute;
	top: 300px;
	width: 200px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #00418f;
	font-weight: bold;
	padding-left: 40px;
	background-image: url(../img/icon_arrow_02.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.boxRight {
	float: left;
	width: 66%;
	padding: 0 2%;
	margin-left: 2%;
}

p.recruitTitle {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #00418f;
}

p.recruitText {
	color: #656ed3;
}

.sideMenu {
	padding-top: 10px;
	float: left;
	width: 26%;
}

.sideMenu a {
	display: block;
	width: 70%;
	padding: 15px 25% 15px 5%;
	height: auto;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #00418f;
	background-color: #d7deff;
	font-weight: bold;
	background-image: url(../img/icon_arrow_04.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 32px 32px;
	font-size: 15px;
	text-decoration: none;
}

.sideMenu a:hover {
	background-color: #b6c6ff;
}

.sideMenu a.active {
	background-color: #7880d8;
	background-image: none;
	color: #fff;
}

section .featureImg {
	position: relative;
	background-image: url(../img/pic_feature_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}


.mainColumn {
	max-width: 1200px;
	margin: 0 auto;
}

h3 {
	clear: both;
	margin: 10px auto 20px auto;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #656ed3;
	color: #00418f;
	text-align: center;
}

.mainColumn .leftColumn h4 {
	clear: both;
	margin: 10px auto 20px auto;
	padding: 8px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #656ed3;
	color: #656ed3;
	text-align: center;
}

.mainColumn h4 {
	clear: both;
	margin: 40px auto 20px auto;
	padding: 8px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #656ed3;
	color: #656ed3;
	text-align: center;
}

h5 {
	margin: 30px auto 20px auto;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #aaa;
	color: #666;
}

.leftColumn {
	width: 70%;
	max-width: 761px;
	margin: auto;
}

.leftColumn img {
	width: 100%;
	max-width: 761px;
	margin-bottom: 20px;
}

.leftColumn a {
	display: block;
	text-decoration: underline;
	margin-bottom: 16px;
	color: #00418f;
}

.leftColumn p {
	margin-bottom: 30px;
	color: #555;
	line-height: 1.8;
}

p.textMain {
	margin-bottom: 30px;
	color: #555;
	line-height: 1.8;
}

.leftColumn ul {
	font-size: 0.9em;
	margin-bottom: 50px;
	color: #333;
	line-height: 1.8;
}

.leftColumn p.textweak {
	font-size: 14px;
}

.leftColumn p.textweak2 {
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 10px;
}

.leftColumn p.textweak3 {
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 30px;
}


.mainColumn p.textweak {
	font-size: 14px;
	margin-bottom: 20px;
}

.mainColumn p.textweak2 {
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 10px;
}

.mainColumn ul {
	list-style: none;
	font-size: 0.9em;
	margin-bottom: 30px;
}

.mainColumn ul li {
	margin-bottom: 10px;
}

.mainColumn img.fullimg {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 20px;
}

.out .flortRight p.textweak {
	line-height: 1.6;
	font-size: 14px;
}

.out .flortRight p.textweak2 {
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 10px;
}

p.textStrong {
	color: #222;
}

.featureMenu a {
	display: block;
	float: left;
	width: calc(25% - 1px);
	padding: 100px 0 12px 0;
	border-right: 1px solid #656ed3;
	text-align: center;
	text-decoration: none;
	color: #656ed3;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
	background-repeat: no-repeat;
	background-position: center 30%;
	margin-bottom: 10px;
}

.featureMenu a.point_01 {
	background-image: url(../img/point_02.png);
}

.featureMenu a.point_02 {
	background-image: url(../img/point_03.png);
}

.featureMenu a.point_03 {
	background-image: url(../img/point_04.png);
}

.featureMenu a.point_04 {
	background-image: url(../img/point_05.png);
	border-right: none;
}

p.chapter {
	margin: 10px auto 30px auto;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #656ed3;
	text-align: center;
}

section .sashikaeImg {
	position: relative;
	background-image: url(../img/sashikae_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg1 {
	position: relative;
	background-image: url(/service/img/service_top1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg2 {
	position: relative;
	background-image: url(../img/pic_dataentry_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg3 {
	position: relative;
	background-image: url(../img/pic_recruit_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg4 {
	position: relative;
	background-image: url(../img/pic_tagengo_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg5 {
	position: relative;
	background-image: url(/service/img/service_top5.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg6 {
	position: relative;
	background-image: url(/service/img/service_top6.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg7 {
	position: relative;
	background-image: url(../img/pic_english_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg8 {
	position: relative;
	background-image: url(../img/pic_chinese_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg9 {
	position: relative;
	background-image: url(../img/pic_outbound_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg10 {
	position: relative;
	background-image: url(../img/pic_arc_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg11 {
	position: relative;
	background-image: url(../img/pic_furisoku_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg12 {
	position: relative;
	background-image: url(../img/pic_nenmatsu_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg13 {
	position: relative;
	background-image: url(../img/pic_monitoring_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .serviceImg14 {
	position: relative;
	background-image: url(/service/img/service_top7.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .newsImg {
	position: relative;
	background-image: url(../img/pic_news_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .caseImg {
	position: relative;
	background-image: url(../img/service_top2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .caseCallcenterImg {
	position: relative;
	background-image: url(/case/img/case_daikin_top.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .caseCallcenter2Img {
	position: relative;
	background-image: url(/case/img/case_oisix_top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .riskImg {
	position: relative;
	background-image: url(../risk/img/risk_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

section .policyImg {
	position: relative;
	background-image: url(../img/policy_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 25%;
}

span.BtoB {
	padding: 4px 20px 4px 8px;
	margin-right: 4px;
	background-color: #656ed3;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	-webkit-clip-path: polygon(0% 0%, 75% 0%, 90% 50%, 75% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 75% 0%, 90% 50%, 75% 100%, 0% 100%);
}

span.BtoC {
	padding: 4px 20px 4px 8px;
	margin-right: 4px;
	background-color: #ff7c00;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	-webkit-clip-path: polygon(0% 0%, 75% 0%, 90% 50%, 75% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 75% 0%, 90% 50%, 75% 100%, 0% 100%);
}

.leftColumn ul {
	list-style: none;
}

.leftColumn ul li {
	margin-bottom: 10px;
}

h5.h5Blue {
	font-size: 0.95em;
	color: #7883d6;
	padding-bottom: 8px;
	border-bottom: #7883d6 1px solid;
}

h5.h5large {
	margin: 30px auto 20px auto;
	padding: 4px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dotted #aaa;
	color: #666;
}

.halfColumn {
	width: 46%;
	margin: 0px 2% 8px 2%;
	float: left;
}

.widthHalfLeft {
	width: 48%;
	margin: 0 2% 0 0;
}

.widthHalfRight {
	width: 48%;
	margin: 0 0 0 2%;
}

.halfColumn img {
	margin-bottom: 10px !important;
}

.halfColumn img.icons {
	width: 120px;
	height: 120px;
	float: left;
	margin: 6px 8px 8px 0;
}

.out {
	clear: both;
}

.out .halfColumn p {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
}

.halfColumn p {
	padding: 0px 0px 8px 38px;
	background-image: url(../img/icon_arrow_06.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	color: #00418f;
	font-weight: bold;
}

.halfColumn .flortRight {
	float: left;
	width: calc(100% - 128px);
}

.halfColumn a.serviceList {
	text-decoration: none;
	font-size: 16px;
}

.halfColumn .flortRight p {
	margin: 0;
	padding: 0;
	background-image: none;
}

a.sinpleLink2 {
	display: inline;
}

.leftColumn td a {
	display: inline;
	font-size: 1.0em;
}

.halfColumn .flortRight a.sinpleLink {
	margin: 20px 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
}

.enText {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #656ed3;
}

p.columnRead {
	color: #7883d6;
	font-weight: bold;
	line-height: 1.7;
	font-size: 16px;
	margin-bottom: 20px;
}

p.columnRead2 {
	color: #7883d6;
	font-weight: bold;
	line-height: 1.5;
	font-size: 15px;
	margin-bottom: 5px;
}

.separate {
	clear: both;
}

.separate img {
	float: left;
	width: 226px;
	height: 158px;
	margin-right: 20px;
}

.separate div {
	float: left;
	width: calc(100% - 246px);
}

.separate2 {
	clear: both;
}

.separate2 img {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 20px;
}

.separate2 div {
	float: left;
	width: calc(100% - 140px);
}

.separate3 {
	clear: both;
}

.separate3 img {
	float: left;
	width: 360px;
	height: 405px;
	margin-right: 20px;
}

.separate3 div {
	float: left;
	width: calc(100% - 380px);
}

.QA p.Q {
	font-size: 0.9em;
	margin-bottom: 14px;
	color: #00418f;
	background-color: #eff5fd;
	border-radius: 15px;
	padding: 3px;
}

.QA p.Q:before {
	display: inline-block;
	content: "Q";
	width: 1em;
	height: 1em;
	margin-right: 4px;
	padding: 3px;
	text-align: center;
	border-radius: 10px;
	background-color: #7883d6;
	color: #fff;
	line-height: 1.1em;
	font-weight: bold;
}

.QA p.A {
	font-size: 0.9em;
	margin-bottom: 30px;
	line-height: 1.2;
	padding-left: 24px;
}

.recruitList {
	margin: 0;
	padding: 0;
}

span.h6 {
	display: block;
	margin-bottom: 16px;
	line-height: 16px;
}

span.h6:before {
	display: inline-block;
	width: 8px;
	height: 16px;
	content: url(../img/h6.png);
	position: relative;
	top: 2px;
	margin-right: 4px;
}

p.h6 {
	display: block;
	margin-top: 30px;
	margin-bottom: 16px;
	line-height: 16px;
}

p.h6:before {
	display: inline-block;
	width: 8px;
	height: 16px;
	content: url(../img/h6.png);
	position: relative;
	top: 2px;
	margin-right: 4px;
}

p.H7 {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	margin-bottom: 10px;
}

.recruitList li {
	margin-left: 32px;
	list-style: square;
}

/* -------------------sideメニュー------------------------------------- */

.menuList {
	width: auto;
	margin: 0;
	padding: 0;
	border-bottom: none;
	list-style: none;
}

a.subMenuTitle {
	padding: 15px 25% 15px 5%;
	height: auto;
	line-height: 1.4;
	margin: 0px 0 10px 0;
	color: #fff;
	background-image: none;
	background-color: #7883d6;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.main_menu {
	position: relative;
	padding: 15px 25% 15px 5%;
	height: auto;
	line-height: 1.4;
	margin: 10px 0 10px 0;
	color: #00418f;
	background-color: #d7deff;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 92% 50%;
	background-size: 32px 32px;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
}

.main_menu ul.active {
	background-color: #7883d6;
}


.main_menu span {
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: calc(50% - 16px);
	left: 85%;
	width: 32px;
	height: 32px;
	background: url(../img/icon_arrow_04.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
}

.main_menu span.open {
	background: url(../img/icon_arrow_04.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	transform: rotate(90deg);
}

.main_menu span {
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: calc(50% - 16px);
	left: 85%;
	width: 32px;
	height: 32px;
	background: url(../img/icon_arrow_04.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
}

.main_menu span.open {
	background: url(../img/icon_arrow_04.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	transform: rotate(90deg);
}



.sub_menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub_active {
	display: block;
}


.sub_menu li {
	margin: 0;
	padding: 0;
}

.sub_menu li a {
	width: calc(100% - 20px);
	display: block;
	margin: 0;
	padding: 15px 10px;
	color: #808080;
	background: #fff;
	font-size: 1.05em;
	border-bottom: 1px solid #d8dffe;
	text-decoration: none;
}

.sub_menu li a:hover {
	margin: 0;
	color: #808080;
	background: #d8dffe;
}

.sub_menu li a.blue {
	color: #7883d6 !important;
}

.sideMenu .active {
	color: #fff;
	background-color: #7883d6;
}

.sideMenu .active span {
	background-image: url(../img/icon_arrow_03.png);
}

/* -------------------sideメニューここまで------------------------------------- */
/* ------------------- anchorMenu ------------------------------------- */

.anchorMenu {
	width: auto;
	max-width: 1200px;
	margin: 0 0 40px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.anchorMenu .anchorMenu-item {
	position: relative;
	padding: 15px 6% 15px 3%;
	margin-top: 2%;
	flex-basis: 15%;
	height: auto;
	line-height: 1.4;
	color: #00418f;
	background-color: #d7deff;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.anchorMenu .anchorMenu-item:hover {
	background-color: #7883d6;
	transform: translateY(10px);
}

.anchorMenu .anchorMenu-item::before {
	content: '';
	position: absolute;
	top: calc(50% - 16px);
	right: 20px;
	width: 32px;
	height: 32px;
	background: url(../img/icon_arrow_04.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	transform: rotate(90deg);
}

@media screen and (max-width : 768px) {
	.anchorMenu {
		flex-wrap: wrap;
	}

	.anchorMenu .anchorMenu-item {
		flex-basis: 40%;
		font-size: 11px;
	}

	.anchorMenu .anchorMenu-item::before {
		top: calc(50% - 9px);
		right: 10px;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
}

/* -------------------anchorMenu end------------------------------------- */

ul.number li {
	list-style: decimal;
}

ul.number2 li {
	list-style: decimal;
	padding-left: 20px;
	list-style-position: inside;
}

ul.square li {
	list-style: square;
}

ul.square2 li {
	list-style: square;
	padding-left: 0px;
	list-style-position: inside;
}

ul.inline li {
	display: inline;
	padding: 0px;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

table th,
table td {
	border: 1px solid #aaa;
	margin: -1px 0 0 -1px;
	padding: 10px;
	font-size: 0.9em;
}

table td.tdGray {
	background-color: #eee;
	color: #000;
	width: 200px;
}

table td.tdGray3 {
	background-color: #eee;
	color: #000;
	width: 160px;
	padding: 10px 0 10px 10px;
}

.groupTable table {
	margin-bottom: 6px;
}

.groupTable th {
	background-color: #eee;
	font-weight: normal;
	color: #000;
}

.groupTable img {
	width: auto;
	float: left;
	margin-right: 10px;
}

table td.tdBlue {
	background-color: #7883d6;
	color: #fff;
}

table td.tdGray2 {
	background-color: #eee;
	color: #000;
	min-width: 6em;
}

table td.tdOrange {
	background-color: #FCEEEB;
}

.tableHead {
	color: #ffffff;
}

p.totop {
	margin: 10px;
	text-align: right;
}

p.totop a {
	font-weight: normal;
	margin: 10px 0;
	text-align: right;
	font-size: 0.8em;
	color: #888;
}

.merit p {
	padding: 2px 14px;
	font-size: 0.9em;
}

p.orangeBase {
	color: #ff6c00;
	background-color: #ffe9d9;
	border-radius: 24px;
	border: 1px solid #ff6c00;
	margin-bottom: 10px;
	font-weight: bold;
}

span.textOrange {
	color: #ff6c00;
}

a.blankLink {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #808080;
	font-size: 0.9em;
	text-decoration: none;
}

a.blankLink:before {
	content: url(../img/tri03.png);
	margin-right: 6px;
}

.textForcus {
	color: #ff6c00 !important;
	padding: 20px;
	text-align: center;
	background-color: #fff6eb;
	border-radius: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}

.callcenters h5 {
	margin: 20px 0 10px 0;
}

.callcenters h5 img {
	margin: 0 10px 0 0;
}

.callcenters p {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 6px;
}

.callcenters img {
	width: auto;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px
}

.data2 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.data2 th {
	background-color: #eee;
	color: #000;
	font-weight: normal;
}

.data2 td {
	font-size: 14px;
}

.data2 a {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.data3 {
	font-size: 13px;
}

.data3 th {
	background-color: #eee;
	color: #000;
	font-weight: normal;
}

.data3 td {
	color: #333;

}

.data3 a {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.data3 ul {
	margin-bottom: 10px;
}

.data3 p {
	padding: 4px;
	margin: 0 auto 10px auto;
}

.callcenters section {
	clear: both;
}

a.PDF {
	display: block;
	background-color: #666;
	color: #ffff;
	padding: 10px;
	margin: 30px auto;
	width: 70%;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
}

a.PDF:after {
	display: inline-block;
	content: url("../img/window.png");
	height: 22px;
	width: 22px;
	margin-left: 8px;
	vertical-align: middle;
}

a.PDF:hover {
	background-color: #999;
}

h4.imgChina,
.imgThai,
.imgPhi {
	text-align: left;
}

.imgChina:before {
	display: inline-block;
	content: url("../img/china.gif");
	height: 23px;
	width: 30px;
	margin-right: 12px;
	vertical-align: middle;
}

.imgThai:before {
	display: inline-block;
	content: url("../img/thai.gif");
	height: 23px;
	width: 30px;
	margin-right: 12px;
	vertical-align: middle;
}

.imgPhi:before {
	display: inline-block;
	content: url("../img/philippines.gif");
	height: 23px;
	width: 30px;
	margin-right: 12px;
	vertical-align: middle;
}

.mainColumn .PP h4 {
	text-align: left !important;
	padding-left: 12px;
}

.mainColumn .PP h5 {
	margin-top: 20px;
	font-size: 14px;
}

.mainColumn .PP ul {
	margin-bottom: 20px;
}

p.caution {
	padding: 10px;
	font-size: 13px;
	line-height: 1.7;
}


.formArea {
	max-width: 750px;
	width: 96%;
	margin: 0 auto;
	padding: 50px;
	background-color: #f0f3ff;
	border-radius: 15px;
	font-size: 0.9em;
}

.K3_form {
	padding: 20px;
	border-radius: 15px;
	background-color: white;
}


dl {
	margin: 20px 0 20px 0;
	font-size: 16px;
	color: #656ed3;
	font-weight: bold;
}

dt {
	margin: 2px 0 0px 0;
	display: none;
}

dd {
	margin: 2px 0;
}

dd input {
	width: 100%;
	border: #656ed3 1px solid;
	height: 20px;
}

span.onamae {
	font-size: 13px;
	color: #656565;
}

dt.on {
	display: block;
}

p.mainCaution {
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

.formArea select {
	border: #656ed3 1px solid;
}

dd textarea {
	width: 100%;
	max-width: 100%;
	min-height: 200px;
	border: #656ed3 1px solid;
}

.otoiawase input[type=submit] {
	display: block;
	background-color: #00418f;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 30px;
	border: none;
	border-radius: 10px;
	margin: 30px auto 0 auto;
}

span.required {
	display: inline-block;
	/*必須項目の未入力時に非表示*/
	font-size: 13px;
	margin-left: 10px;
	color: #ff9300;
}

span.required_hide {
	display: none;
	/*必須項目の未入力時に表示 */
	position: relative;
	width: 60px;
	height: 10px;
	background: #ff9300;
	padding: 2px 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 16px;
}

span.required_hide:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255, 147, 0, 0);
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-top: -6px;
	border-right-color: #ff9300;
	right: 100%;
	top: 50%;
}

span.required2 {
	position: relative;
	width: 60px;
	height: 12px;
	background: #ff9300;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 20px;
}

span.required2:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255, 147, 0, 0);
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-top: -6px;
	border-right-color: #ff9300;
	right: 100%;
	top: 50%;
}

a.modoru {
	display: block;
	background-color: #00418f;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 30px;
	border: none;
	border-radius: 10px;
	margin: 50px auto 0 auto;
	text-align: center;
	width: 10em;
}

dd p {
	color: #555;
	margin: 6px auto 30px auto;
}

dd p.otoiawase-text {
	font-size: 0.9em;
	margin-bottom: 80px;
}

:placeholder-shown {
	color: #bbb;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #bbb;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #bbb;
}

/* case studie */
.h3Case {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #00418f;
	margin-bottom: 50px;
	font-size: 36px;
	height: auto;
	line-height: 42px;
	border: none;
}

.h3Case span {
	border-bottom: 3px solid #00418f;
}

.caseBloc {
	margin-bottom: 64px;
}

.caseMenu {
	margin-bottom: 20px;
	overflow: hidden;
}

.caseMenu a {
	display: block;
	width: 23%;
	height: 55px;
	line-height: 55px;
	float: left;
	background-color: #d8dffe;
	color: #00418f;
	margin: 6px 1%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.caseMenu a:hover {
	background-color: #656ed3;
	color: #fff;
}

p.caseTitle {
	padding: 6px 20px;
	border-left: 1px solid #656ed3;
	border-bottom: 1px solid #656ed3;
	font-size: 18px;
	color: #00418f;
}

.caseHead {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

p.caseLeft {
	display: block;
	width: 11%;
	margin-right: 1%;
	float: left;
}

p.caseCenter {
	width: 19%;
	margin-right: 1%;
	float: left;
}

p.caseRight {
	width: calc(67% - 120px);
	float: left;
}

span.caseLeft {
	display: block;
	width: calc(11% + 30px);
	margin-right: 1%;
	float: left;
	padding-left: 10px;
	padding-right: 0;
}

span.caseCenter {
	display: block;
	width: calc(19% + 30px);
	margin-right: 1%;
	float: left;
	padding-left: 10px;
	padding-right: 0px;
}

span.caseRight {
	display: block;
	width: calc(69% - 120px);
	float: left;
	padding-left: 10px;
}

p.caseList {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	margin-bottom: 6px;
}

p.caseList2 {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	margin-bottom: 6px;
}

ul.caseList3 {
	width: 98%;
	padding-left: 4%;
	padding-right: 1%;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	margin: 16px auto;
	list-style: disc;
}

ul.caseList3 li {
	list-style-type: disc;
}

.caseTable th {
	background-color: #656ed3;
	color: #fff;
}

.caseTable th.width25 {
	width: 25%;
}

.caseBoxCenter {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 40px;
}

.caseBoxCenter .mw800 {
	width: 100%;
	max-width: 800px;
}

.separate4 {
	clear: both;
	margin-bottom: 30px;
}

.separate4 img {
	float: left;
	width: 360px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.separate4 img.floatR {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}

.separate4 img.imgBig {
	float: right;
	width: 540px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.separate4 .img_w_caption {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
	display: grid;
	gap: 0;
}

.separate4 .img_w_caption img {
	width: 360px;
	margin-bottom: 10px;
}

.separate4 .img_w_caption span {
	font-size: 12px;
}

.caseP {
	margin-left: 20px;
}

.casePtitle {
	font-size: 22px;
	font-weight: bold;
}

.sharpHead {
	text-indent: -9999px;
	background-image: url(../img/img_doc32_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 26%;
}

.canonHead {
	margin-top: 30px;
	text-indent: -9999px;
	background-image: url(../img/img_doc32_04.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 40%;
}

.caseP2 {
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	text-indent: -9999px;
	display: none;
}

.caseP3 {
	font-size: 0.9em;
	margin-bottom: 16px;
}

span.sharp {
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	color: #ff9300;
}

span.fontBold {
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	color: #000;
}


img.width100 {
	width: 100%;
}

img.width80 {
	width: 80%;
	margin: auto;
}

.caseIntro {
	background-color: #ebefff;
	padding: 40px;
	margin-bottom: 80px;
	color: #656ed3;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.8;
}

.caseIntro span.strong {
	font-size: 48px;
	color: #ff6c00;
}

p.caseBase {
	background-color: #ebefff;
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.6;
}

.caseImgBox {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.caseTextwithBg {
	background-image: url(/case/img/case_daikin_06.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 300px;
	padding: 40px 0;
}

.caseTextwithBg>p {
	font-weight: bold;
	width: 50%;
	padding: 20px;
	background: rgba(255, 255, 255, 0.377);
}

.caseCustomerVoiceBloc {
	display: grid;
	gap: 24px;
}

.caseCustomerVoiceInner {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}

.caseCustomerVoiceInner img {
	width: 20%;
	max-width: 80px;
	margin-right: 1%;
	object-fit: contain;
}

.caseCustomerVoiceText {
	width: 78%;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #333;
	background-color: #b8d8ff;
	color: #333;
}

@media screen and (max-width: 980px) {
	.caseIntro {
		font-size: 24px;
	}

	.caseIntro span.strong {
		font-size: 32px;
	}

	.h3Case {
		margin-bottom: 40px;
		font-size: 24px;
	}

	.caseBlocFirst {
		width: 80%;
	}

	.caseBlocFirstTitle {
		font-size: 24px;
	}

	.caseBlocFirst img {
		width: 40%;
	}

	.caseTextwithBg {
		align-items: flex-end;
	}

	.caseTextwithBg>p {
		width: 70%;
		background: rgba(255, 255, 255, 0.555);
	}
}

@media screen and (max-width: 640px) {
	section h2.h2jaCanon {
		font-size: 5vw;
		line-height: 1.6;
	}

	.caseIntro {
		font-size: 4vw;
		padding: 20px 8px;
	}

	.caseIntro span.strong {
		font-size: 6vw;
	}

	.caseIntro br {
		display: none;
	}

	.caseTextwithBg {
		background-size: contain;
		padding-top: 64px;
	}

	.caseTextwithBg>p {
		width: 100%;
	}

	ul.caseList3 {
		padding-left: 7%;
		font-size: 5vw;
	}

	.casePtitle {
		font-size: 3vw;
	}
}

a.break {
	word-break: break-all;
}


/* -------------------0821追加-------------------------------------------------------------------------------- */

.links {
	width: 90%;
	margin: 20px auto 40px auto;
	padding-bottom: 40px;
}

.links a {
	display: block;
	text-align: center;
	width: 23%;
	height: auto;
	float: left;
	background-color: #00418f;
	color: #fff;
	font-size: 15px;
	margin: 0 1%;
	padding: 10px 0;
	border-radius: 4px;
	text-decoration: none;
}

.links a.linksGray {
	background-color: #ddd;
}


#filterlist a:hover {
	text-decoration: underline;
}

.separate p {
	margin-bottom: 30px;
	color: #555;
	line-height: 1.8;
}

.photoWrapper {
	width: 1120px;
	margin: 0 auto;
}

.photoBox {
	width: 240px;
	margin: 20px;
	height: 300px;
	border: #bbb 0px solid;
	float: left;
}

.photoBox a {
	display: table-cell;
	width: 240px;
	height: 240px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 8px;
	vertical-align: middle;
}

.photoBox a img {
	width: 240px;
	height: 240px;

	object-fit: cover;
}

.photoBox p {
	color: #222;
	font-size: 14px;
}


/* -------------------ソートここから-------------------------------------------------------------------------------- */
/* #filter
--------------------------- */
#filter {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

#filter a:link {
	text-decoration: none;
	color: #656ed3;
}

#filter a:visited {
	text-decoration: none;
	color: #656ed3;
}

#filter a:active {
	text-decoration: none;
	color: #656ed3;
}

#filter a:hover {
	text-decoration: none;
	color: #fff;
}

#filter .active {
	font-weight: bold;
}

#filter a.active:link {
	text-decoration: none;
	color: #fff;
	background-color: #656ed3;
}

#filter a.active:visited {
	text-decoration: none;
	color: #fff;
	background-color: #656ed3;
}

#filter a.active:active {
	text-decoration: none;
	color: #fff;
	background-color: #656ed3;
}

#filter a.active:hover {
	text-decoration: none;
	color: #fff;
	background-color: #656ed3;
}

/* #filterlist
--------------------------- */
#filterlist {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	min-height: 300px;
}

#filterlist ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
	padding-top: 14px
}

#filterlist ul li {
	margin: 5px;
	width: 100%;
	text-align: left;
	float: left;
	display: inline;
	overflow: hidden;
}


/* =======================================
    ClearFixElements
======================================= */
#filterlist ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#filterlist ul {
	display: inline-block;
	overflow: hidden;
}

#filterlist ul li a p:hover {
	text-decoration: underline !important;
	color: #656ed3;
	border-bottom: 1px solid #BCC0F3;
	margin-bottom: 5px;
}

/* -------------------PCここまで-------------------------------------------------------------------------------- */

@media screen and (max-width: 1220px) {

	.forPC2 {
		display: block;
	}

	.forTab2 {
		display: none;
	}

	.forPCimage {
		display: none;
	}

	.forMobile {
		display: block;
	}

	.serviceMenu a,
	.serviceMenu_top a {
		font-size: 14px;
		width: 100%;
		height: auto;
		float: none;
	}

	.serviceMenu_top a p {
		padding: 40px 30px;
	}

	.service {
		max-width: 100%;
		margin: 0 auto;
	}

	.fig,
	.fig .fig_top {
		position: relative;
		overflow: hidden;
		width: 590px;
		height: 185px;
		margin: 10px auto;
	}

	.fig img {
		width: 100%;
	}

	.sideMenu {
		padding-top: 10px;
		float: left;
		width: 26%;
	}

	.main_menu span {
		overflow: hidden;
		display: inline-block;
		position: absolute;
		top: calc(50% - 16px);
		left: 80%;
		width: 32px;
		height: 32px;
		background: url(../img/icon_arrow_04.png);
		background-repeat: no-repeat;
		background-size: 32px 32px;
	}



	.pointMenu a.point_01 {
		transition: 1000ms;
		transform: translateY(20px);
		transition-timing-function: ease-out;
	}

	.pointMenu a.point_02 {
		transition: 1000ms;
		transform: translateY(20px);
		transition-timing-function: ease-out
	}

	.pointMenu a.point_03 {
		transition: 1000ms;
		transform: translateY(20px);
		transition-timing-function: ease-out
	}

	.pointMenu a.point_04 {
		transition: 1000ms;
		transform: translateY(20px);
		transition-timing-function: ease-out
	}

	.pointMenu a.point_05 {
		transition: 1000ms;
		transform: translateY(20px);
		transition-timing-function: ease-out
	}

	.mainColumn {
		padding: 0 2%;
	}

	.separate3 {
		clear: both;
	}

	.separate3 img {
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	.separate3 div {
		float: none;
		width: auto;
	}

	.photoWrapper {
		width: auto;
		margin: 0 auto;
	}

}

@media screen and (max-width: 1024px) {

	/* 表示領域が800px以上の場合に適用するスタイル */
	.forPC,
	.forPCimage {
		display: none !important;
	}

	.forSP {
		display: none !important;
	}

	a.forTab {
		display: block;
	}

	.forTab2 {
		display: block;
	}

	.forPC-tab {
		display: block;
	}

	.forPC2 {
		display: none;
	}

	h1 {
		padding: 0;
		float: none;
		height: 72px;
		width: 346px;
		margin: 60px auto 40px auto;
	}

	img.sp-fit {
		width: 98%;
		object-fit: cover;
	}

	.mainColumn {
		padding: 0 2%;
	}

	.menuPC .subMenu {
		float: none;
		position: absolute;
		right: 0px;
	}

	.menuPC .subMenu a {
		display: block;
		float: left;
		height: 26px;
		line-height: 26px;
		font-size: 10px;
		font-weight: bold;
		color: #00418f;
		padding-left: 20px;
		margin: 0 14px;
	}

	.menuPC .subMenu a.contact {
		width: 100px;
		height: 26px;
		background-color: #ff7c00;
		color: #fff;
		text-align: center;
		line-height: 26px;
		margin: 0 0 0 14px;
		padding: 0;
	}

	.menuPC .global {
		margin-top: 20px;
		margin: 20px auto;
		width: 90%;
	}

	.menuPC .global a {
		width: 15%;
		display: block;
		margin: 0 0;
		float: left;
	}

	.serviceMenu a {
		font-size: 14px;
		width: 100%;
		height: auto;
		float: none;
	}

	.service {
		max-width: 100%;
		margin: 0 auto;
	}

	.fig {
		position: relative;
		overflow: hidden;
		width: 590px;
		height: 185px;
		margin: 10px auto;
	}

	.fig img {
		width: 100%;
	}

	.point {
		max-width: 100%;
		margin: 0 auto 50px auto;
	}

	.pointMenu {
		max-width: 96%;
		margin: 0 auto;
	}


	.pointMenu a {
		display: block;
		width: 47%;
		float: left;
		padding: 120px 1% 12px 1%;
		text-align: center;
		text-decoration: none;
		color: #656ed3;
		font-weight: bold;
		font-size: 15px;
		border-right: solid 1px #656ed3;
		line-height: 1.1;
		background-repeat: no-repeat;
		background-position: center 30%;
		margin: 10px auto;
	}

	.pointMenu a.point_01 {
		background-image: url(../img/point_01.png);
		border-left: solid 1px #656ed3;
	}

	.pointMenu a.point_02 {
		background-image: url(../img/point_02.png);
	}

	.pointMenu a.point_03 {
		background-image: url(../img/point_03.png);
		border-left: solid 1px #656ed3;
	}

	.pointMenu a.point_04 {
		background-image: url(../img/point_04.png);
	}

	.pointMenu a.point_05 {
		background-image: url(../img/point_05.png);
		border-right: solid 1px #656ed3;
		border-left: solid 1px #656ed3;
	}

	.case {
		clear: both;
		max-width: 96%;
		margin: 0 auto 34px auto;
		height: auto;
		overflow: hidden;
	}

	a.logos {
		display: block;
		float: left;
		margin: 0 2% 0 0;
		width: 38%;
		height: auto;
	}

	a.logos img {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
	}

	a.logos2 {
		display: block;
		float: left;
		margin: 0 2% 0 0;
		width: 38%;
		height: auto;
	}

	a.logos2 img {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
	}

	a.caseText2 {
		width: 59%;
		display: block;
		float: right;
		margin-bottom: 30px;
	}

	p.caseTitle2 {
		margin: 16px 0;
		font-size: 16px;
		font-weight: bold;
	}

	p.caseCap {
		font-size: 12px;
	}

	.News {
		position: static;
		width: 96%;
		margin: 0 auto;
	}

	.topics {
		clear: both;
		color: #656ed3;
		font-weight: bold;
		height: auto;
		margin-bottom: 10px;
		padding: 10px;
		overflow: hidden;
		border-bottom: 1px solid #656ed3;
	}

	.topics p {
		margin: 10px 0;
		height: 24px;
		line-height: 24px;
	}

	p.date {
		float: left;
		margin-right: 16px;
	}

	p.tagRelease {
		float: left;
		width: 80px;
		text-align: center;
		background-color: #656ED3;
		color: #fff;
		font-size: 14px;
	}

	p.tagNews {
		float: left;
		width: 80px;
		text-align: center;
		background-color: #1A2578;
		color: #fff;
		font-size: 14px;
	}

	p.topicsText {
		clear: both;
		float: none;
		font-size: 14px;
		height: auto;
		width: 100%;
	}

	.COMPANY {
		width: 96%;
		margin: 0 auto;
	}

	.companyProfile {
		padding: 20px;
	}

	.companylogo {
		background-image: url(../img/mps_logo_02.png);
		background-repeat: no-repeat;
		background-size: contain;
		height: 59px;
		width: 245px;
		text-indent: -9999px;
		margin-bottom: 20px;
	}

	.map {
		width: 96%;
		height: 300px;
		clear: both;
		padding: 0;
		margin: 0 auto 30px auto;
	}

	.tel {
		width: 96%;
		margin: 0 auto;
		text-align: center;
	}

	.contactText {
		font-size: 16px;
	}

	.time {
		font-size: 16px;
	}

	a.toForm {
		display: block;
		width: 400px;
		height: auto;
		font-size: 20px;
		padding: 15px 0;
		background-color: #ff9300;
		margin: 30px auto;
		text-align: center;
		background-image: url(../img/icon_arrow_05.png);
		background-repeat: no-repeat;
		background-position: 10px 50%;
		background-size: 32px 32px;
		color: #fff;
	}

	a.boxArrow1 {
		position: static;
		margin-top: 50px;
	}

	a.boxArrow2 {
		position: static;
		margin-top: 130px;
	}

	.sideMenu a {
		display: block;
		width: auto;
		padding: 20px 30% 20px 4%;
		height: auto;
		line-height: 1.4;
		font-size: 15px;
	}

	.leftColumn p.topicsText {
		float: left;
		font-size: 14px;
		width: 100%;
		line-height: 1.6;
	}

	.leftColumn p.tagRelease {
		float: left;
		width: 80px;
		text-align: center;
		background-color: #656ED3;
		color: #fff;
		font-size: 14px;
		line-height: 1.7;
	}

	.leftColumn p.tagNews {
		float: left;
		width: 80px;
		text-align: center;
		background-color: #1A2578;
		color: #fff;
		font-size: 14px;
		line-height: 1.7;
	}

	.halfColumn {
		width: 100%;
		margin: 0px 0% 8px 0;
		float: left;
	}

	.widthHalfLeft {
		width: 100%;
		margin: 0 0 0 0;
	}

	.widthHalfRight {
		width: 100%;
		margin: 0 0 0 0;
	}

	.halfColumn img {
		margin-bottom: 10px !important;
	}

	.halfColumn img.icons {
		width: 120px;
		height: 120px;
		float: left;
		margin: 6px 8px 8px 0;
	}

	a.subMenuTitle {
		padding: 15px 20% 15px 5%;
		height: auto;
		line-height: 1.4;
		margin: 0px 0 10px 0;
		color: #fff;
		background-image: none;
		background-color: #7883d6;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
	}

	.main_menu span {
		overflow: hidden;
		display: inline-block;
		position: absolute;
		top: calc(50% - 16px);
		left: auto;
		right: 4%;
		width: 32px;
		height: 32px;
		background: url(../img/icon_arrow_04.png);
		background-repeat: no-repeat;
		background-size: 32px 32px;
	}

	.leftColumn ul {
		padding-left: 16px;
	}

	.formArea {
		max-width: auto;
		width: 92%;
		margin: 0 auto;
		padding: 20px 4%;
		background-color: #f0f3ff;
		border-radius: 15px;
		font-size: 0.85em;
	}

	.caseMenu a {
		display: block;
		width: 48%;
		height: auto;
		line-height: 55px;
		float: left;
		background-color: #d8dffe;
		color: #00418f;
		margin: 6px 1%;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}


	.separate4 {
		margin-bottom: 30px;
	}

	.separate4 img {
		float: left;
		width: 50%;
		margin-bottom: 10px;
	}

	.separate4 img.floatR {
		margin-right: 0;
	}

	.separate4 img.imgBig {
		float: right;
		width: 100%;
		margin: 10px 0;
	}

	.separate4 .img_w_caption {
		width: 50%;
	}

	.separate4 .img_w_caption img {
		width: 100%;
	}

	.caseP {
		margin-left: 0px;
		margin-right: 0px;
		font-size: 0.9em;
	}

	#filterlist {
		min-height: auto;
	}

	.bannerArea {
		display: block;
		padding: 0 40px;
		max-width: 100%;
		margin: 0 auto;
	}

	.StrongPoint {
		max-width: 480px;
		margin: 0 auto;
	}

	.StrongPoint .column4 {
		max-width: 230px;
		width: 96%;
		margin: 30px auto;
	}

	.companyLogo {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
	}

	.column3 {
		max-width: 46%;
		width: 46%;
		margin: 30px 2%;
	}

	.clients-logo {
		flex-direction: column;
		margin-top: 0;
	}

	.clients-logo h2 {
		font-size: 14px;
		width: 100%;
		padding: 8px 0;
	}

	.brandLogo {
		width: 100%;
	}

	.brandLogo .column5 {
		max-width: 46%;
		width: 46%;
		margin: 0;
	}

	table td.tdGray {
		background-color: #eee;
		color: #000;
		width: 30%;
	}

	.data2 th {
		background-color: #eee;
		font-weight: normal;
		color: #000;
		width: 4em !important;
	}

	.brandLogo {
		margin: 0 auto;
	}

	.brandLogo .column3 {
		float: none;
		margin: 0 auto;
	}


	.photoWrapper {
		width: 100%;
		margin: 0 auto;
	}

	.photoBox {
		width: 46%;
		margin: 2%;
		height: auto;
		max-height: 400px;
		border: #bbb 0px solid;
		float: left;
	}

	.photoBox a {
		display: block;
		width: 100%;
		height: 100%;
		max-height: 300px;
		overflow: hidden;
		text-align: center;
		margin-bottom: 8px;
	}

	.photoBox a img {
		width: 100%;
		height: 100%;
		object-fit: scale-down;
	}

	.photoBox p {
		color: #222;
		font-size: 14px;
	}

	.flexCenter {
		flex-wrap: wrap;
	}

}

@media screen and (max-width: 480px) {

	.forPC-Tab,
	.forPCimage {
		display: none;
	}

	.forSP,
	.forMobile {
		display: block !important;
	}

	.fig img.forSP,
	.fig img.forMobile {
		display: block;
	}

	img.widthAuto {
		width: 100% !important;
	}

	img.object-fit {
		width: 100% !important;
		object-fit: cover;
	}

	section .mainImg {
		position: relative;
		width: 100%;
		height: 200px;
		min-height: 200px;
	}

	section .recruitImg {
		position: relative;
		background-image: url(../img/pic_mpgrecruit_header.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 38%;
	}

	section .companyImg {
		position: relative;
		background-image: url(../img/company_top_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 38%;
	}

	section .riskImg {
		position: relative;
		background-image: url(../risk/img/risk_top_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 38%;
	}

	section .policyImg {
		position: relative;
		background-image: url(../img/policy_top_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 38%;
	}

	section .newsImg {
		position: relative;
		background-image: url(../img/pic_news_header.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 38%;
	}

	section .newsImg {
		position: relative;
		background-image: url(../img/pic_news_header.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 38%;
	}

	h1 {
		padding: 0;
		margin: 8px 0 0 8px;
		float: none;
		height: 50px;
		width: 240px;
		background-image: url(../img/mp_logo_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		text-indent: -9999px;
	}

	.serviceMenu a {
		font-size: 14px;
		width: 94%;
		height: auto;
		float: none;
		margin: 10px auto;
	}

	.serviceMenu img {
		width: 100%;
	}

	.serviceMenu a p {
		display: none;
		padding: 40px 30px;
	}

	.fig {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.fignone {
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.figcaption {
		display: none;
	}

	.tel p.phoneNumber {
		background-image: none;
		background-repeat: no-repeat;
		background-size: contain;
		width: 90%;
		height: 42px;
		font-size: 24px;
		font-weight: bold;
		color: #ff9300;
		text-indent: 0;
		margin: 0 auto;
		text-decoration: none;
	}

	.tel p.phoneNumber:visited {
		color: #ff9300;
	}

	a.toForm {
		display: block;
		width: 72%;
		height: auto;
		font-size: 16px;
		padding: 20px 20px 20px 46px;
		background-color: #ff9300;
		margin: 30px auto;
		text-align: center;
		background-image: url(../img/icon_arrow_05.png);
		background-repeat: no-repeat;
		background-position: 3% 50%;
		color: #fff;
	}

	footer {
		max-width: 96%;
		margin: 50px auto 0 auto;
		display: flex;
		flex-direction: column;
	}

	.fot {
		position: static;
		font-size: 14px;
	}

	.pp {
		position: static;
		left: auto;
		background-image: url(../img/pp.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 82px;
		height: 82px;
		text-indent: -9999px;
		padding-bottom: 10px;
		margin: 0 auto;
	}

	.ppp {
		position: static;
		left: auto;
		background-image: url(../img/ppp.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 210px;
		height: 82px;
		text-indent: -9999px;
		padding-bottom: 10px;
		margin: 0 auto;
	}

	.footMenu {
		color: #656ed3;
		text-align: center;
		width: 96%;
		padding-top: 10px;
		margin: 10px auto;
	}

	.footMenu a {
		margin: 10px 10px;
		display: block;
	}

	.copyright {
		color: #656ed3;
		text-align: center;
		width: 96%;
		margin: 20px auto;
	}

	.menuPC {
		display: none;
	}

	.menuSP {
		display: block;
	}

	.menuSP .global {
		float: none;
		font-size: 62.5%;
	}


	section h2.h2ja {
		text-align: center;
		margin: 0 0 30px 0;
		padding: 0 10px;
		width: calc(100% - 20px);
		color: #00418f;
		background-repeat: no-repeat;
		background-position: center;
		text-indent: 0;
		font-size: 30px;
		height: auto;
		overflow: hidden;
	}

	section h2.h2ja2 {
		text-align: center;
		margin: 0 0 10px 0;
		padding: 0 10px;
		width: calc(100% - 20px);
		color: #00418f;
		background-repeat: no-repeat;
		background-position: center;
		text-indent: 0;
		font-size: 30px;
		height: auto;
		overflow: hidden;
	}



	/*----------スマホメニュー----------*/
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: fixed;
		/*bottom: 20px;
 right: 20px;*/
		top: 10px;
		right: 20px;
		width: 44px;
		height: 44px;
		z-index: 9999;
		background: rgba(0, 0, 0, 0.0);
		border-radius: 2px;
	}

	a.menu-trigger:hover {
		background: rgba(206, 232, 254, 0.5);
	}

	.menu-trigger span {
		position: absolute;
		z-index: 9999;
		left: 6px;
		width: 32px;
		height: 3px;
		background-color: #00418f;
		border-radius: 2px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 10px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
		background-color: #fff;
	}

	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
		background-color: #fff;
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
		background-color: #fff;
	}

	#overlay {
		display: none;
		width: 100%;
		height: 100%;
		text-align: center;
		position: fixed;
		top: 0;
		z-index: 100;
		background: rgba(0, 65, 143, 0.8);
		padding: 20px;
		box-sizing: border-box;

	}

	#overlay ul {
		padding-left: 0px;
	}

	#overlay ul li a {
		color: #fff;
		text-decoration: none;
	}

	.menuSP .subMenu {
		margin: 20px auto;
		color: #fff;
		font-size: 13px;
		overflow: hidden;
	}

	.menuSP .subMenu a {
		display: block;
		padding: 10px 2%;
		margin: 10px 2%;
		border: solid 1px #fff;
		color: #fff;
		width: 41%;
		float: left;
		overflow: hidden;
		height: 20px;
		text-decoration: none;
	}

	.menuSP .subMenu a:hover {
		color: #fff;
	}

	.menuSP .subMenu a:visited {
		color: #fff;
	}

	.menuSP .subMenu a.access {
		margin-bottom: 20px;
		text-decoration: none;
	}

	.menuSP .subMenu a.access:hover {
		margin-bottom: 20px;
		text-decoration: none;
	}

	.menuSP .subMenu a.contact {
		clear: both;
		display: block;
		float: none;
		overflow: hidden;
		width: 96%;
		margin: 10px auto;
		padding: 10px 0;
		border: none;
		background-color: #ff7c00;
	}

	/*アコーディオン*/

	.accordion {
		width: 100%;
		font-size: 16px;
		margin: 10px auto;
		list-style: none;
	}

	.accordion ul {
		list-style: none;
	}

	.accordion ul li a {
		display: block;
		color: #fff;
		border-bottom: 1px solid #fff;
		cursor: pointer;
		padding: 10px 12px;
	}

	.menu li a.active:after {
		font-size: 12px;
		position: absolute;
		right: 18%;
		margin-top: 2px;
		color: #fff;
	}

	.subPage li {
		display: block;
		font-size: 14px;
		line-height: 14px;
		padding: 6px 12px;
		position: relative;
		border-bottom: dashed 1px #9aacff;
		margin-bottom: 0;
		color: #fff;
	}

	.subPage li a {
		padding: 5px 12px;
	}

	.subPage li a:after {
		content: none !important;
	}

	.subPage li a.active:after {
		content: none !important;
	}

	.accordion .subPage li a {
		border: none;
	}


	/*----------スマホメニューここまで----------*/

	section h2 {
		margin-bottom: 14px;
		width: 100%;
		height: 26px;
		background-size: contain;
		background-position: center;
	}

	section h2.h2Service {
		background-image: url(../img/h2_service_sp.png);
	}

	section h2.h2Point {
		background-image: url(../img/h2_point_sp.png);
	}

	section h2.h2cc {
		background-image: url(../img/h2_casestudies_sp.png);
	}

	section h2.h2News {
		background-image: url(../img/h2_news_sp.png);
	}

	section h2.h2Company {
		background-image: url(../img/h2_company_sp.png);
	}

	section h2.h2Recruit {
		background-image: url(../img/h2_recruit_sp.png);
	}

	section h2.h2Offshore {
		background-image: url(../img/h2_offshore_sp.png);
	}

	p.h2Under {
		text-align: center;
		width: auto;
		color: #656ed3;
		font-size: 16px;
		margin: 0 auto 28px auto;
		padding: 0 4%;
	}

	.companylogo {
		background-image: url(../img/mps_logo_02.png);
		background-repeat: no-repeat;
		background-size: contain;
		height: 59px;
		width: 245px;
		text-indent: -9999px;
		margin-right: 200px;
	}

	.companyProfile p span.companyName {
		font-size: 16px;
		color: #00418f;
		font-weight: bold;
		margin-bottom: 4px;
	}

	.arrowBlue {
		width: auto;
		font-size: 16px;
		float: right;
		margin-right: 30px;
	}

	.arrowWhite {
		width: auto;
		font-size: 16px;
		float: right;
		margin-right: 30px;
	}

	.arrowSkyblue {
		width: auto;
		font-size: 16px;
		float: right;
		margin-right: 30px;
	}

	.leftColumn {
		float: none;
		width: 96%;
		margin: 0 auto;
	}

	.recruitBox {
		position: relative;
		width: 100%;
		min-height: 100px;
		border: solid #656ed3 1px;
		padding: 8px 0;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.recruitBox img {
		display: block;
		float: none;
		width: 96%;
		margin: 0 auto 10px auto;
	}

	.boxRight {
		float: left;
		width: 96%;
		padding: 0 2%;
		margin: 0 auto;
	}

	p.recruitTitle {
		font-size: 20px;
	}

	a.boxArrow {
		position: static;
		width: 200px;
		display: block;
		height: 16px;
		line-height: 16px;
		font-size: 14px;
		color: #00418f;
		font-weight: bold;
		padding-left: 20px;
		margin-top: 20px;
		margin-bottom: 10px;
		background-image: url(../img/icon_arrow_02_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	p.recruitText {
		font-size: 14px;
	}

	.sideMenu {
		float: left;
		width: 100%;
	}

	.sideMenu a {
		background-position: 94% 50%;
	}

	.CS {
		padding-bottom: 0px;
	}

	.featureMenu a {
		display: block;
		float: left;
		width: calc(50% - 1px);
		padding: 100px 0 12px 0;
		border-right: 1px solid #656ed3;
		text-align: center;
		text-decoration: none;
		color: #656ed3;
		font-weight: bold;
		font-size: 12px;
		line-height: 1.2;
		background-repeat: no-repeat;
		background-position: center 30%;
		margin-bottom: 10px;
	}

	.featureMenu a.point_02 {
		border-right: none;
	}

	.featureMenu a.point_04 {
		border-right: none;
	}

	.halfColumn {
		width: 100%;
		margin: 0px 0 8px 0;
		float: none;
	}

	.leftColumn p.textweak2 {
		margin-bottom: 30px;
	}

	span.h6 {
		display: block;
		margin-bottom: 16px;
		line-height: 20px;
	}

	.leftColumn ul {
		padding-left: 20px;
	}


	.separate {
		clear: both;
	}

	.separate img {
		display: block;
		float: none;
		width: 226px;
		height: 158px;
		margin: 10px auto;
	}

	.separate div {
		float: none;
		width: 96%;
		margin: 10px auto;
	}

	.separate2 {
		clear: both;
	}

	.separate2 img {
		float: none;
		width: 120px;
		height: 120px;
		margin: 10px auto;
	}

	.separate2 div {
		float: none;
		width: 96%;
		margin: 10px auto;
	}

	.mainColumn {
		padding: 0 2%;
	}

	.leftColumn p.topicsText {
		float: left;
		font-size: 14px;
		width: 100%;
		line-height: 1.4;
	}

	.halfColumn .flortRight a.sinpleLink {
		margin: 20px 0 40px 0;
		padding: 0;
		font-size: 0.9em;
		font-weight: bold;
	}

	.sub_menu li a.blue {
		color: #7883d6 !important;
	}

	.formArea {
		max-width: auto;
		width: 92%;
		margin: 0 auto;
		padding: 20px 4%;
		background-color: #f0f3ff;
		border-radius: 15px;
		font-size: 0.85em;
	}

	.caseMenu a {
		width: 98%;
		height: auto;
		line-height: 30px;
		float: left;
		background-color: #d8dffe;
		color: #00418f;
		margin: 6px 1%;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
	}

	p.caseTitle {
		padding: 6px 0;
		border-left: 1px solid #656ed3;
		border-bottom: 1px solid #656ed3;
		font-size: 14px;
		color: #00418f;
	}

	.caseHead {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		text-align: center;
	}

	p.caseLeft {
		display: block;
		width: 12%;
		margin-right: 1%;
		float: left;
	}

	p.caseCenter {
		width: 20%;
		margin-right: 1%;
		float: left;
	}

	p.caseRight {
		width: 62%;
		float: left;
	}

	span.caseLeft {
		display: block;
		width: 12%;
		margin-right: 1%;
		float: left;
		padding-left: 0;
		padding-right: 0;
	}

	span.caseCenter {
		display: block;
		width: 25%;
		margin-right: 1%;
		float: left;
		padding-left: 0;
		padding-right: 0;
	}

	span.caseRight {
		display: block;
		width: 60%;
		float: left;
		padding-left: 0;
	}

	p.caseList {
		font-size: 12px;
		margin-bottom: 0px;
		padding: 6px 6px 12px 6px;
		border-bottom: 1px solid #ccc;
	}

	p.caseList2 {
		font-size: 12px;
		margin-bottom: 0px;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		padding: 6px 6px 12px 6px;
	}

	#filterlist ul li a p:hover {
		text-decoration: underline !important;
		color: #656ed3;
		border-bottom: 1px solid #BCC0F3;
		margin-bottom: 0px;
	}


	.separate4 {
		margin-bottom: 30px;
	}

	.separate4 img {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.separate4 img.imgBig {
		float: left;
		width: 100%;
		margin: 10px 0;
	}

	.caseP {
		margin-left: 0px;
		margin-right: 0px;
		font-size: 0.9em;
	}

	.sharpHead {
		text-indent: 0;
		background-image: none;
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		padding-top: 0px;
	}

	.caseP2 {
		margin: 20px 0;
		font-size: 16px;
		line-height: 1.6;
		font-weight: bold;
		text-indent: 0;
		display: block;
	}

	.StrongPoint {
		width: 100%;
	}

	.column4 {
		width: 96%;
		margin: 30px 2%;
		float: none;
	}

	.StrongPoint .column4 img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	/* -------------------0821追加-------------------------------------------------------------------------------- */

	.links {
		width: 90%;
		margin: 0px auto;
	}

	.links a {
		display: block;
		text-align: center;
		width: 48%;
		height: auto;
		float: left;
		background-color: #00418f;
		color: #fff;
		font-size: 15px;
		margin: 4px 1%;
		padding: 10px 0;
		border-radius: 4px;
		text-decoration: none;
	}

	table td.tdGray {
		background-color: #eee;
		color: #000;
		width: 30%;
	}

	.data2 th {
		background-color: #eee;
		font-weight: normal;
		color: #000;
		width: 4em !important;
		padding: 10px 5px !important;
	}

	.data2 td.textSmall {
		font-size: 9px;
	}

	table td.tdGray3 {
		background-color: #eee;
		color: #000;
		width: 30%;
		padding: 10px;
	}

	.brandLogo {
		flex-wrap: wrap;
	}

	.brandLogo .column3 {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.brandLogo .column3 img {
		display: block;
		width: 75%;
		margin: 10px auto;
		text-align: center;
	}

	.photoBox {
		width: 98%;
		margin: 16px auto;
		height: auto;
		max-height: none;
		border: #bbb 0px solid;
		float: none;
	}

	.photoBox a {
		display: block;
		width: 100%;
		height: 100%;
		max-height: 100%;
		text-align: center;
		margin-bottom: 8px;
	}

	.photoBox a img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
	}

	.photoBox p {
		display: block;
		float: none;
		color: #222;
		font-size: 14px;
	}


}

.recruit-link {
	display: flex;
	justify-content: center;
}

.recruit-link a {
	transition: all 0.4s;
	margin: auto;
	max-width: 500px;
}

.recruit-link a:hover {
	opacity: 0.8;
}

@media screen and (max-width : 768px) {
	.recruit-link {
		padding: 0 16px;
		box-sizing: border-box;
	}

	.recruit-link a img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
}


/* facebook_block
   ========================================================================== */
.facebook_block {
	text-align: center;
}

.facebook_block h2 {
	margin: 0 15px;
	line-height: 0;
	text-indent: inherit;
	height: auto;
}

.facebook_block h2 a {
	display: inline-block;
}

.facebook_block h2 img {
	max-width: 220px;
	width: 50%;
}

.facebook_block .facebook_box {
	margin: 20px 10px 0;
	text-align: center;
}

.facebook_block .facebook_box iframe {
	width: 100%;
}


@media screen and (min-width : 768px) {

	.facebook_block {
		margin: 0 0 0;
		font-size: 0;
	}

	.facebook_block .fb_inner {
		padding: 0 20px;
	}

	.facebook_block .fb_left {
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 220px;
	}

	.facebook_block h2 {
		width: 170px;
		text-align: center;
	}

	.facebook_block h2 img {
		width: 100%;
	}

	.facebook_block .facebook_box {
		margin: 0 0 0;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 100%;
	}

}

@media screen and (min-width : 769px) {


	.facebook_block .fb_inner {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.facebook_block .fb_left {
		min-width: 250px;
		max-width: 320px;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.facebook_block h2 {
		display: inline-block;
	}

	.facebook_block h2 a {
		transition: .3s;
	}

	.facebook_block h2 a:hover {
		opacity: .7;
	}

}