@charset "utf-8";

/* common */
.page {
	width: 100%;
	margin-top: 120px;
}

@media only screen and (max-width: 640px) {
	.page { margin-top: 80px; }
}

/* Navigation */
.cagroup {
	position: absolute;
	top: 37px;
	right: 50px;
}

.icon-cagroup {
	display: inline-block;
	width: 170px;
	height: 50px;
	background-image: url(../image/img_caGroup.png);
	background-repeat: no-repeat;
}

.strd-navi-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	padding: 50px 50px 30px;
	background-color: #ffffff;
	z-index: 1000;
}

.strd-listSection {
	display: block;
	position: absolute;
	top: 50px;
	left: 50px;
}

.strd-listSection .strd-menuList {
	float: left;
	margin-right: 40px;
}

.strd-listSection .strd-menu__linkicon {
	position: relative;
}
.strd-listSection .strd-menu__linkicon:after {
	content: '';
	position: absolute;
	top: 6px;
	right: -17px;
	width: 12px;
	height: 12px;
	background-image: url(../image/icn_link_darkblue.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}

.strd-listSection .strd-menuList:last-child { margin-right: 0; }

.strd-listSection .strd-menuList a {
	min-height: 48px;
	color: #0f2841;
	font-size: 18px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.strd-menu-toggle {
	display: none;
	width: 50px;
	height: 50px;
	background-color: #999999;
	cursor: pointer;
}

.strd-icon-menu,
.strd-icon-close {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
}

.strd-icon-menu {
	background-image: url(../image/icon_menu.png);
	-webkit-background-size: 16px 14px;
	background-size: 16px 14px;
}

.strd-icon-close {
	background-image: url(../image/icon_close.png);
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}

.strd-menuIconActive { background-color: #dfdfdf!important; }

@media only screen and (max-width: 860px) {
	.cagroup { right: 25px; }

	.strd-navi-wrap { padding: 50px 25px 30px; }

	.strd-listSection .strd-menuList { margin-right: 20px; }
}

@media only screen and (max-width: 760px) {
	.strd-listSection { left: 25px; }

	.strd-listSection .strd-menuList a { font-size: 14px; }
}

@media only screen and (min-width: 641px) {
	.strd-listSection .strd-menuList a:hover,
	.strd-listSection .strd-menuList a.strd-menuActive {
		border-bottom: 2px solid #ff6666;
	}
}

@media only screen and (max-width: 640px) {
	.cagroup {
		position: absolute;
		top: 27px;
		right: 15px;
	}

	.icon-cagroup {
		display: inline-block;
		width: 85px;
		height: 25px;
		background-image: url(../image/img_caGroup.png);
		background-repeat: no-repeat;
		-webkit-background-size: 85px 25px;
		background-size: 85px 25px;
	}

	.strd-navi-wrap {
		height: 80px;
		padding: 0;
	}

	.strd-menu-toggle {
		display: block;
		position: absolute;
		top: 15px;
		left: 15px;
	}

	.strd-listSection {
		display: none;
		position: relative;
		top: 80px;
		left: 0;
		background-color: #ffffff;
	}

	.strd-listSection ul {
		position: relative;
		width: 100%;
	}

	.strd-listSection .strd-menuList {
		float: none;
		margin-right: 0;
		border-top: 1px solid #dfdfdf;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.strd-listSection .strd-menuList:last-child { border-bottom: 1px solid #dfdfdf; }

	.strd-listSection .strd-menuList a {
		min-height: 0;
		padding: 24px 20px;
		color: #0f2841;
		font-size: 18px;
		font-weight: 100;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.strd-listSection .strd-menuList a,
	.strd-listSection .strd-menuList a:hover {
		border-bottom: none;
	}

	.strd-listSection .strd-menuList a:hover,
	.strd-menuListActive {
		color: #ffffff;
		background-color: #c4c4c4;
	}
}


/* STRIDE header */
/* STRIDE header - logo */
.strd-logo {
	margin: 0 auto;
	width: 1024px;
	padding: 30px 50px 0;
}

.strd-logo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* STRIDE header - news list */
.strd-newsList li {
	margin-bottom: 20px;
	text-align: center;
}

.strd-newsList li:last-child { margin-bottom: 45px; }

.strd-newsList li p,
.strd-newsList li p a {
	display: inline;
	color: #002d3c;
	font-size: 18px;
}

.strd-newsList li p a:hover,
.strd-newsList li p a.strd-newsListActive {
	color: #999999;
}

.strd-updateTime {
	margin-right: 10px;
	font-weight: bold;
}

.strd-newsIcon {
	vertical-align: middle;
	display: inline-block;
	width: 92px;
	height: 24px;
	margin-right: 10px;
	background-image: url(../image/icon_news.png);
	background-repeat: no-repeat;
}

.strd-visionDown {
	display: block;
	margin-bottom: 23px;
	text-align: center;
}

.strd-visionArrow {
	display: inline-block;
	width: 80px;
	height: 50px;
	background-image: url(../image/img_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.strd-logo { width: auto; }
}

@media only screen and (max-width: 640px) {
	.strd-logo { padding: 0 15px; }

	.strd-logo img { padding: 86px 0; }

	.strd-newsList { padding: 0 10px; }

	.strd-newsList li {
		text-align: left;
		margin-bottom: 10px;
	}

	.strd-newsList li:last-child { margin-bottom: 20px; }

	.strd-newsList li p {
		display: inherit;
		line-height: 18px;
	}

	.strd-newsList li p a {
		font-size: 12px;
	}

	.strd-newsIcon {
		display: inline-block;
		width: 46px;
		height: 12px;
		margin-right: 5px;
		-webkit-background-size: 46px 12px;
		-moz-background-size: 46px 12px;
		background-size: 46px 12px;
		background-repeat: no-repeat;
	}

	.strd-visionDown { display: none; }
}


/* STRIDE Vision */
.strd-vision {
	padding: 100px 0 190px;
	background-color: #748210;
}

.strd-title-vision,
.strd-copy-vision {
	text-align: center;
}

.strd-title-vision { margin-bottom: 75px; }

.strd-copy-vision { margin: 0 50px 50px; }

.strd-textVision {
	width: 1024px;
	margin: 0 auto;
	padding: 0 50px;
}

.strd-textVision p {
	color: #ffffff;
	font-size: 18px;
	font-weight: lighter;
	line-height: 33px;
	letter-spacing: 1px;
}

.strd-img-woman {
	overflow: hidden;
	height: 400px;
}

.strd-img-woman img {
	width: 100%;
	height: auto;
	margin-top: -11%;
}

.strd-imgWrapper {
	width: 100%;
	padding-bottom: 400px;
	background-image: url(../image/img_bgWoman.png);
	background-position: center 500px;
}

@media only screen and (max-width: 1024px) {
	.strd-textVision { width: 100%; }

	.strd-img-woman { height: 300px; }
}

@media only screen and (max-width: 640px) {
	.strd-vision { padding: 50px 0 70px; }

	.strd-title-vision img {
		width: 70px;
		height: 40px;
	}

	.strd-title-vision { margin-bottom: 35px; }

	.strd-copy-vision { margin: 0 25px 23px; }

	.strd-textVision { padding: 0 25px; }

	.strd-textVision p {
		font-size: 12px;
		line-height: 25px;
		letter-spacing: 0;
	}

	.strd-img-woman { height: 140px; }

	.strd-img-woman img {
		width: 100%;
		height: auto;
	}

	.strd-imgWrapper {
		padding-bottom: 140px;
		background-image: url(../image/img_bgWoman.png);
		background-position: center 380px;
		-webkit-background-size: 800px;
		background-size: 800px;
	}
}


/* STRIDE Service */
.strd-bgService {
	background-image: url(../image/img_bear.png);
	background-repeat: no-repeat;
	/*background-position: 0 2000px;*/
}

.strd-service {
	width: 1024px;
	height: 703px;
	margin: 0 auto;
	padding-top: 100px;
}

.strd-title-service { margin-bottom: 50px; }

.strd-logo-service { margin: 0 50px 45px; }

.strd-textService {
	width: 1024px;
	margin: 0 auto 70px;
	padding: 0 50px;
}

.strd-textService p {
	color: #0f2841;
	font-size: 18px;
	font-weight: lighter;
	line-height: 33px;
}

.strd-linkService {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background-color: #ff6666;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.strd-linkService:hover,
.strd-linkServiceActive {
 	background-color: #ff8080;
}

.strd-linkArrow {
	width: 100px;
	height: 100px;
	background-image: url(../image/icon_linkWomanAndCrowd.png);
	background-repeat: no-repeat;
	background-position: 41px center;
}


@media only screen and (max-width: 1024px) {
	.strd-service,
	.strd-textService {
		width: 100%;
	}
}

@media only screen and (max-width: 1000px) {
	.strd-bgService { background-position: center 900px; }

	.strd-service {
		height: auto;
		padding: 100px 0 305px;
		background-position: center 700px;
	}
}

@media only screen and (max-width: 640px) {
	.strd-bgService {
		background-image: url(../image/img_bear.png);
		background-repeat: no-repeat;
		-webkit-background-size: 223px 221px;
		background-size: 223px 221px;
	}

	.strd-service { padding: 50px 0 165px; }

	.strd-title-service { margin-bottom: 37px; }

	.strd-title-service img {
		width: 86px;
		height: 37px;
	}

	.strd-logo-service { margin: 0 25px 25px; }

	.strd-textService {
		margin: 0 auto 20px;
		padding: 0 25px;
	}

	.strd-textService p {
		font-size: 12px;
		line-height: 25px;
	}

	.strd-linkService {
		width: 50px;
		height: 50px;
	}

	.strd-linkArrow {
		width: 50px;
		height: 50px;
		background-image: url(../image/icon_linkWomanAndCrowd.png);
		background-position: 22px center;
		-webkit-background-size: 8px 13px;
		background-size: 8px 13px;
	}
}


/* STRIDE Message */
.strd-message {
	padding: 100px 0 115px;
	background-color: #dfdfdf;
}

.strd-title-message { margin-bottom: 60px; }

.strd-textMessage {
	width: 1024px;
	margin: 0 auto;
	padding: 0 50px;
}

.strd-textMessage p {
	color: #0f2841;
	font-size: 18px;
	font-weight: 100;
	line-height: 35px;
}

.strd-textMessage > .text {
	width: 70%;
	float: left;
}

.strd-textMessage > .imgCeo { float: right; }

@media only screen and (max-width: 1024px) {
	.strd-textMessage { width: 100%; }

	.strd-textMessage > .text { width: 70%; }

	.strd-textMessage > .imgCeo { width: 30%; }
}

@media only screen and (max-width: 980px) {
	.strd-textMessage > .imgCeo img {
		display: inherit;
		margin: 50px auto 0;
		width: 242px;
	}

	.strd-textMessage > .text,
	.strd-textMessage > .imgCeo {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 640px) {
	.strd-message {
		padding: 50px 0 25px;
		background-color: #dfdfdf;
	}

	.strd-title-message { margin-bottom: 35px; }

	.strd-title-message img {
		width: 97px;
		height: 37px;
	}

	.strd-textMessage { padding: 0 25px; }

	.strd-textMessage > .text {
		width: 100%;
		float: none;
	}

	.strd-textMessage p {
		font-size: 12px;
		line-height: 20px;
	}

	.strd-textMessage p.nameCeo { margin-top: 25px; }

	.strd-textMessage > .imgCeo {
		width: 121px;
		margin: 0 auto;
		float: none;
	}

	.strd-textMessage > .imgCeo img {
		margin-top: 25px;
		margin-left: 0;
	}
}


/* STRIDE Outline */
.strd-outline { padding: 100px 0 120px; }

.strd-title-outline { margin-bottom: 60px; }

.strd-boxOutline {
	width: 1024px;
	margin: 0 auto;
	padding: 0 50px;
}

.strd-nameCompany {
	margin-bottom: 40px;
	color: #0f2841;
	font-size: 24px;
	font-weight: bold;
}

.strd-infoCompany { float: left; }

.strd-logoCompany { float: right; }

.strd-infoCompany .listOutline { margin-bottom: 10px; }

.strd-infoCompany .listOutline:last-child { margin-bottom: 0; }

.strd-infoCompany .listOutline dt,
.strd-infoCompany .listOutline dd {
	display: table-cell;
	color: #0f2841;
	font-size: 18px;
	font-weight: normal;
}

.strd-infoCompany .listOutline dd p { margin-bottom: 8px; }

.strd-infoCompany .listOutline dt { width: 110px; }

@media only screen and (max-width: 1024px) {
	.strd-boxOutline { width: 100%; }

	.strd-infoCompany { width: 53%; }

	.strd-logoCompany { height: 47%; }
}

@media only screen and (max-width: 640px) {
	.strd-outline { padding: 50px 0 45px; }

	.strd-title-outline { margin-bottom: 35px; }

	.strd-boxOutline { padding: 0 25px; }

	.strd-title-outline img {
		width: 86px;
		height: 37px;
	}

	.strd-nameCompany {
		margin-bottom: 25px;
		font-size: 15px;
	}

	.strd-infoCompany .listOutline { margin-bottom: 18px; }

	.strd-infoCompany .listOutline dt,
	.strd-infoCompany .listOutline dd {
		display: block;
		margin-bottom: 0;
		font-size: 12px;
		font-weight: normal;
	}

	.strd-infoCompany,
	.strd-logoCompany {
		margin: 0 auto;
		float: none;
	}

	.strd-infoCompany {
		width: 100%;
		margin-bottom: 50px;
	}

	.strd-logoCompany { width: 122px; }

	.strd-infoCompany .listOutline dd p span {
		display: block;
	}
}


/* STRIDE Footer */
.strd-footer {
	padding: 100px 0 36px;
	background-color: #0f2841;
}

.strd-copyRight p {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

.strd-copyRight p a { color: #ffffff; }

.strd-linkPrivacy { margin-top: 30px; }

.strd-SnsAndMail {
	margin: 0 auto 90px;
	width: 240px;
}

.strd-fbPage,
.strd-mail {
	float: left;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.strd-fbPage { background-color: #3b5998; }

.strd-mail { background-color: #9f9f9f; }

.strd-iconFbPage,
.strd-iconMail {
	width: 100px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.strd-iconFbPage { background-image: url(../image/icon_linkFbPage.png); }

.strd-iconMail { background-image: url(../image/icon_mailer.png); }

.strd-fbPage { margin-right: 40px; }

.strd-fbPage:hover,
.strd-fbPageActive {
	background-color: #5077cc;
}

.strd-mail:hover,
.strd-mailAction {
	background-color: #b8b8b8;
}

@media only screen and (max-width: 640px) {
	.strd-footer {
		padding: 50px 0 47px;
		background-color: #0f2841;
	}

	.strd-SnsAndMail {
		margin: 0 auto 50px;
		width: 120px;
	}

	.strd-fbPage { margin-right: 20px; }

	.strd-fbPage,
	.strd-mail,
	.strd-iconFbPage,
	.strd-iconMail {
		width: 50px;
		height: 50px;
	}

	.strd-iconFbPage {
		-webkit-background-size: 10px 20px;
		background-size: 10px 20px;
	}

	.strd-iconMail {
		-webkit-background-size: 22px 16px;
		background-size: 22px 16px;
	}

	.strd-copyRight p { font-size: 9px; }

	.strd-copyRight p.strd-linkPrivacy {
		margin-top: 12px;
		font-size: 12px;
	}
}

/* Scroll Trigger */
.strd-topScroll {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 100px;
	height: 100px;
	padding: 35px 29px 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.strd-arrowUp {
	display: inline-block;
	width: 42px;
	height: 24px;
	background-image: url(../image/img_arrowUp.png);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
	.strd-topScroll { display: none; }
}

.strd-topScroll:hover { background-color: rgba(77, 77, 77, 0.2); }


/* helper */
.strd-black { color: #0f2841!important; }
.fill { width: 100%; }
.taCenter { text-align: center; }
.taLeft { text-align: left; }
.taRight { text-align: right; }


/* Image replacement */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent !important;
  background-color: transparent;
}

.ir a {
  border: 0 !important;
  font: 0/0 a !important;
  text-shadow: none !important;
  color: transparent !important;
  background-color: transparent !important;
}

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.strd-error p {
	color: #002d3c;
    line-height: 44px;
	font-size: 20px;
	margin-top: 220px;
	margin-bottom: 174px;
	text-align: center;
}
