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

/*******************************
common
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 65%;
}

#mainVisual .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/certifications/overview/images/mainIndex01.jpg') no-repeat 0 0 #222;;
	background-size: 120%;
}

#mainVisual h1 {
	font-size: 4.125rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding: 4% 0 0;
	max-width: 71.25rem;
}

#mainVisual h1 b {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 85%;
}

#mainVisual a.arrow01 {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

#mainVisual .arrow01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
}

#subnavBar {
	background: #222222;
}

#subnavBar ul {
	text-align: center;
	letter-spacing: -.4em;
}

#subnavBar ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	border-left: 2px solid #3c3c3c;	
}

#subnavBar ul li:last-child {
	border-right: 2px solid #3c3c3c;	
}

#subnavBar ul li a {
    padding: 0 15px;
    line-height: 4rem;
    display: block;
    font-weight: 700;
    color: #fff;
    transition: all .25s;
}

#subnavBar ul li a:hover {
    color: #29a3dd;
	background: #000;
}

#subnavBar ul li.active a {
    color: #29a3dd;
	background: #000;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

/*******************************
index
*******************************/
#index {
    margin: 0 auto;
    max-width: 71.25rem;
	padding: 0 0 5%;
	overflow: hidden;
}

#index h2 {
	font-weight: 700;
	color: #000;
	font-size: 2rem;
	padding: 1.2em 0 0.2em;
}

#index h3 {
	position: relative;
	width: calc(100% - 15px);
	line-height: 2.9em;
	display: block;
	margin-bottom: 10px;
	padding-left: 1em;
	font-weight: bold;
	box-sizing: border-box;
}

#index h3:not(:first-of-type) {
	margin-top: 30px;
}

#index h3::after {
	border-width: 1.5em 0 1.5em 15px;
	right: -15px;
	content: '';
	border-style: solid;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
}

#index h3 a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.2em;
}

#index h3:first-of-type {
	background: #2bb6be;
}

#index h3:first-of-type::after {
	border-color: transparent transparent transparent #2bb6be;
}

#index h3:nth-of-type(2) {
	background: #289eb7;
}

#index h3:nth-of-type(2)::after {
	border-color: transparent transparent transparent #289eb7;
}

#index h3:nth-of-type(3) {
	background: #2584af;
}

#index h3:nth-of-type(3)::after {
	border-color: transparent transparent transparent #2584af;
}

#index h3:nth-of-type(4) {
	background: #2064a7;
}

#index h3:nth-of-type(4)::after {
	border-color: transparent transparent transparent #2064a7;
}

#index h3:last-of-type {
	background: #2bb6be;;
}

#index h3:last-of-type::after {
	border-color: transparent transparent transparent #2bb6be;;
}

#index .boxIndex01 li:not(:last-child) {
	margin-bottom: 2.5em;
}

#index .boxIndex01 li a {
	display: block;
}

#index .boxIndex01 dl dt {
	font-weight: 700;
	font-size: 1.1em;
	color: #fff;
    background: #222;
	padding: 0.3em;
}
#index  #bluedt{
	font-weight: 700;
	font-size: 1.1em;
	color: #fff;
    background: #29a3dd;
	padding: 0.3em;
}

#index .boxIndex01 dl dt:before {
	content: "\f04b";
	font-family: FontAwesome;
	color: #ffdd0e;
	margin-right: 0.2em;
	font-size: 1.2em;
}

#index .boxIndex01 dl dd {
	padding: 1em 1.4em;
	background: #f4f4f4;
	color: #000;
}

#index p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 0.8rem;
    text-rendering: optimizeLegibility;
}

#index .link01 {
	background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
	background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
	background: linear-gradient(transparent 40%, #ffdd0e 40%);
	color: #000;
    transition: 300ms ease-out;
}

#index .link01:hover {
	color: #29a3dd;
	opacity: 1.0!important;
}
