  @charset "utf-8";

/* ======================================================
 * index.css
 * ------------------------------------------------------
 * @Keyframes
 * @Common
 * @PC Media Queries
 * @SP Media Queries
====================================================== */

/* ======================================================
 * Keyframes
====================================================== */
@keyframes sdb {
	0% { transform: translateY(0px); }
	20% { transform: translateY(10px); }
	40% { transform: translateY(0px); }
}
@keyframes pattern01 {
	50% { right: -6px; }
}
@keyframes pattern01 {
	50% { right: 6px; }
}
@keyframes pattern02 {
	50% { right: 6px; }
}
@keyframes pattern03 {
	50% { right: 4px; }
}
@keyframes pattern04 {
	50% { right: 4px; }
}
@keyframes pattern05 {
	50% { left: 4px; }
}
@keyframes pattern05-v2 {
	50% { left: 14px; }
}
@keyframes pattern05-v3 {
	50% { margin-top: -3px; }
}
@keyframes pattern06 {
	50% { right: 12px; }
}
@keyframes pattern07 {
	50% { right: 12px; }
}
@keyframes pattern08 {
	50% { margin-left: -7px; }
}
@keyframes pattern09 {
	50% { margin-left: -5px; }
}

/* ======================================================
 * Common
====================================================== */
.container {
	padding-top: 0;
}
.Assist {
	margin-top: 0;
}
.glance-u-center {
	text-align: center;
}
.grance-u-color01 {
	color: #f08200;
}
.grance-u-color02 {
	color: #e7372f;
}
.grance-u-color03 {
	color: #e96081;
}
.grance-u-color04 {
	color: #00a0c9;
}
.grance-u-color05 {
	color: #008e3f;
}
.grance-u-color06 {
	color: #c85c19;
}
.glance-c-lead {
	margin-bottom: 25px;
	font-weight: bold;
	color: #333333;
}
.glance-c-list-bullet {
	margin-top: 25px;
}
.glance-c-list-bullet > li {
	position: relative;
	margin-top: .5em;
	padding-left: 1em;
	line-height: 1.4;
}
.glance-c-list-bullet > li:before {
	content: "";
	position: absolute;
	top: .65em;
	left: 2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background-color: #bbbbbb;
	border-radius: 50%;
}
.glance-c-list-note {
	line-height: 1.86;
}
.glance-c-list-note > li {
	position: relative;
	padding-left: 4.5em;
	font-size: 1.4rem;
	color: #666666;
}
.glance-c-list_mark {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.glance-c-link-button--full > li > a {
	width: 100%;
}
.glance-c-link-button > li > a {
	align-items: center;
	justify-content: center;
	position: relative;
	display: inline-block;
	min-width: 272px;
	padding: 20px 40px 20px 30px;
	background-color: #666;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}
.glance-c-link-button > li > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background-color: #333;
	transform: scaleX(0);
	transform-origin: bottom left;
	transition: transform .2s;
}
.glance-c-link-button > li > a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	transition-property: right;
	transition-duration: .2s;
}
.glance-c-link-button > li > a > .link_label {
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	z-index: 1;
}
.glance-section--base {
	position: relative;
	z-index: 300;
	background-color: #fff;
}
.glance-section--base.glance-section--footer {
	z-index: 5;
}
.glance-chart {
	position: relative;
}
.glance-chart_result {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.1;
	transform: translate(-50%, -50%);
}
.glance-chart_result > dt {
	line-height: 1.4;
}
.glance-chart_result > dd {
	margin-top: 10px;
}
.glance-chart_result em {
	font-weight: normal;
	font-size: 8.0rem;
}
.glance-chart_result p {
	font-weight: normal;
	font-size: 1.4rem;
}
.glance-chart_set {
	position: absolute;
	z-index: 2;
}
.glance-chart_set p {
	margin-top: 20px;
	font-size: 1.4rem;
}
.glance-chart_set p.is-right {
	display: flex;
	justify-content: flex-end;
}
.glance-chart_set .glance-c-list-bullet {
	margin-top: 25px;
}
.glance-chart_set .glance-c-list-bullet > li {
	margin-top: 0.3em;
}
.glance-chart_guide {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.0;
}
.glance-chart_guide dt {
	position: relative;
	padding-left: 15px;
	line-height: 1.4;
}
.glance-chart_set.is-cat01 .glance-chart_guide.is-row.is-right dt {
	display: inline-block;
}
.glance-chart_guide dt:before {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 0;
	display: inline-block;
	content: "";
	width: 5px;
	height: 13px;
}
.glance-chart_guide dd em {
	font-size: 5.0rem;
	font-weight: normal;
}
/* .is-cat01 .glance-chart_guide dt:before {
	background-color: #00a0c9;
}
.is-cat01 .glance-chart_guide dd {
	color: #00a0c9;
}
.is-cat02 .glance-chart_guide dt:before {
	background-color: #f08200;
}
.is-cat02 .glance-chart_guide dd {
	color: #f08200;
}
.is-cat03 .glance-chart_guide dt:before {
	background-color: #e8342f;
}
.is-cat03 .glance-chart_guide dd {
	color: #e8342f;
}
.is-cat04 .glance-chart_guide dt:before {
	background-color: #919191;
}
.is-cat04 .glance-chart_guide dd {
	color: #919191;
}

.is-cat05 .glance-chart_guide dt:before {
	background-color: #87529d;
}
.is-cat05 .glance-chart_guide dd {
	color: #87529d;
}
.is-cat06 .glance-chart_guide dt:before {
	background-color: #008e3f;
}
.is-cat06 .glance-chart_guide dd {
	color: #008e3f;
}*/
.glance-chart_set .glance-chart_guide dt:before{
	background-color: #cccccc;
}
.glance-chart_guide.is-row dd {
	margin-top: 5px;
	padding-left: 15px;
}
.glance-chart_guide.is-col {
	display: flex;
	align-items: flex-end;
}
.glance-chart_guide.is-right {
	justify-content: flex-end;
}
.glance-chart_set.is-cat01 .glance-chart_guide.is-row.is-right {
	text-align: right;
}
.glance-chart_set,
.glance-chart_result {
	opacity: 0;
	margin-top: -5px;
	transition: ease all 0.3s;
}
.is-render .glance-chart_set, .is-render
.glance-chart_result {
	opacity: 1;
	margin-top: 0px;
}
.glance-section[data-area="glance-point"]:before {
	background-image: linear-gradient(to bottom right, #fff 0%, #fff 50%, #ffffef 50%, #ffffef 100%);
}
.glance-point_lead {
	margin: -12px 0 5px;
	font-size: 1.8rem;
	line-height: 1.1;
	text-align: center;
	font-weight: bold;
}
.glance-point_lead em {
	display: inline-block;
	position: relative;
	top: 2px;
	font-size: 5.3rem;
	font-weight: normal;
	line-height: 1;
}
.grance-c-index {
	margin-top: 35px;
}
.grance-c-index + .grance-c-index {
	margin-top: 50px;
}
.grance-c-index_title {
	margin: 0 0 10px;
	padding: 5px 0 5px 10px;
	font-size: 1.8rem;
	line-height: 1.22;
	font-weight: bold;
	border-left: 3px solid #cccccc;
}
.grance-c-index_item > a.block,
.grance-c-index_item > .block {
	position: relative;
	display: block;
	background-color: #767676;
	text-decoration: none;
	transition-property: box-shadow;
	transition-duration: .2s;
}
.grance-c-index_image img {
	width: 100%;
}
.grance-c-index_label {
	position: relative;
	display: table-cell;
	padding: 10px 40px 10px 20px;
	background-color: rgba(0, 0, 0, .6);
	vertical-align: middle;
	line-height: 1.4;
	color: #fff;
	z-index: 2;
}
.grance-c-index_item > a.block .grance-c-index_label::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	transition-property: right;
	transition-duration: .2s;
}
.glance-globalMap_icon {
	position: absolute;
	color: #fff;
	background-color: rgba(40, 157, 153, .8);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	line-height: 1.1;
}
.glance-globalMap_icon > dt {
	margin-top: -16px;
	margin-bottom: 8px;
	font-size: 2.4rem;
	line-height: 1.0;
	text-align: center;
}
.glance-globalMap_icon.is-cat02 > dt {
	margin-bottom: 0;
}
.glance-globalMap_icon.is-cat05 > dt {
	margin-bottom: 0;
}
.glance-globalMap_date {
	margin-top: 5px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.glance-globalMap_icon.is-cat02 .glance-globalMap_date,
.glance-globalMap_icon.is-cat05 .glance-globalMap_date {
	margin-top: 0;
}
.glance-globalMap_date > dt {
	flex-shrink: 0;
	margin-right: 3px;
	font-size: 1.6rem;
}
.glance-globalMap_date > dd > em {
	position: relative;
	top: 1px;
	display: inline-block;
	font-size: 2.6rem;
	line-height: 1;
}
.glance-project-map {
	margin-top: 30px;
	position: relative;
}
.glance-project-switch {
	position: absolute;
	z-index: 2;
	width: 148px;
	height: 148px;
}
.glance-project-switch.is-pos01 {
	left: 515px;
	top: 211px;
}
.glance-project-switch.is-pos02 {
	left: 361px;
	top: 502px;
}
.glance-project-switch.is-pos03 {
	left: 672px;
	top: 502px;
}
.glance-project-map_base {
	position: relative;
	z-index: 1;
}
.glance-project-map_animation {
	position: absolute;
	left: 352px;
	bottom: 0;
	z-index: 0;
}
.glance-project-switch .glance-c-zoom {
	position: absolute;
	z-index: 2;
	right: -32px;
	bottom: 10px;
}
.glance-project-switch.is-pos02 .glance-c-zoom {
	right: -63px;
}
.glance-project-switch.is-pos03 .glance-c-zoom {
	right: -61px;
}
.glance-project-switch:hover .glance-c-zoom:before {
	transform: scale(1.2);
	border-color: #000;
	background-color: #000;
}
.glance-here-contents {
	display: none;
}
.glance-hereList_elm {
	display: block;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.glance-hereList_title {
	font-size: 2.8rem;
	text-align: center;
	color: #00b5ad;
}
.glance-hereList_title span {
	position: relative;
	margin-right: -24px;
	padding-right: 30px;
	display: inline-block;
}
.glance-hereList_title span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-top: 1px solid #00b5ad;
	border-right: 1px solid #00b5ad;
	transform: rotate(45deg);
	transition-property: right;
	transition-duration: .2s;
}
.glance-hereList_img {
	margin-top: 40px;
}
.glance-hereTab {
	margin: 30px 0 25px;
	display: flex;
}
.glance-hereTab_elm {
	padding: 0 43px;
	display: flex;
	align-items: center;
	width: 50%;
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
}
.glance-hereTab_elm.is-active {
	color: #fff;
	background-color: #669999;
}
.glance-hereTab_title {
	flex-grow: 1;
	text-align: center;
	line-height: 1.1;
}
.glance-here-map {
	position: relative;
	margin-top: 20px;
	display: none;
}
.glance-here-map.is-active {
	display: block;
}
.glance-here-map_switch {
	display: block;
	position: absolute;
	z-index: 2;
}
.glance-here-map_switch .glance-c-zoom {
	position: relative;
	display: block;
	width: 80px;
	height: 56px;
}
.glance-here-map_switch .glance-c-zoom:before {
	position: absolute;
	right: -26px;
	bottom: 0px;
	width: 30px;
	height: 30px;
}
.glance-here-map_switch:hover .glance-c-zoom:before {
	transform: scale(1.23);
}
.glance-here-map_switch.is-pos01-b {
	top: 110px;
	left: 12px;
}
.glance-here-map_switch.is-pos02-b {
	top: 224px;
	left: 13px;
}
.glance-here-map_switch.is-pos04-b {
	top: 110px;
	left: 170px;
}
.glance-here-map_switch.is-pos05-b {
	top: 223px;
	left: 177px;
}
.glance-here-map_switch.is-pos06-b {
	top: 324px;
	left: 181px;
}
.glance-here-map_switch.is-pos07-b {
	top: 110px;
	left: 327px;
}
.glance-here-map_switch.is-pos08-b {
	top: 0px;
	left: 281px;
}
.glance-here-map_switch.is-pos09-b {
	top: 324px;
	left: 325px;
}
.glance-here-map_switch.is-pos11-b {
	top: 0px;
	left: 441px;
}
.glance-here-map_switch.is-pos12-b {
	top: 367px;
	left: 509px;
}
.glance-here-map_switch.is-pos13-b {
	top: 1px;
	left: 605px;
}
.glance-here-map_switch.is-pos14-b {
	top: 1px;
	left: 725px;
}
.glance-here-map_switch.is-pos15-b {
	top: 188px;
	left: 805px;
}
.glance-here-map_switch.is-pos16-b {
	top: 0px;
	left: 843px;
}
.glance-here-map_switch.is-pos17-b {
	top: 166px;
	left: 962px;
}
.glance-here-map_switch.is-pos18-b {
	top: 256px;
	left: 938px;
}
.glance-here-map_switch.is-pos19-b {
	top: 0px;
	right: 26px;
}
.glance-here-map_switch.is-pos20-b {
	top: 135px;
	right: 25px;
}
.glance-here-map_switch.is-pos21-b {
	top: 336px;
	right: 76px;
}
.glance-here-map_switch.is-pos21-b .glance-c-zoom {
	width: 488px;
	height: 200px;
}
.glance-here-map_switch.is-pos21-b .glance-c-zoom:before {
	right: 12px;
	bottom: 10px;
}
.glance-here-map_switch.is-pos01-a {
	top: 20px;
	left: 104px;
}
.glance-here-map_switch.is-pos02-a {
	top: 140px;
	left: 104px;
}
.glance-here-map_switch.is-pos03-a {
	top: 247px;
	left: 104px;
}
.glance-here-map_switch.is-pos05-a {
	top: 41px;
	left: 271px;
}
.glance-here-map_switch.is-pos06-a {
	top: 142px;
	left: 287px;
}
.glance-here-map_switch.is-pos07-a {
	top: 347px;
	left: 284px;
}
.glance-here-map_switch.is-pos08-a {
	top: 0px;
	left: 542px;
}
.glance-here-map_switch.is-pos09-a {
	top: 388px;
	left: 420px;
}
.glance-here-map_switch.is-pos10-a {
	top: 0px;
	left: 398px;
}
.glance-here-map_switch.is-pos11-a {
	top: 21px;
	left: 740px;
}
.glance-here-map_switch.is-pos12-a {
	top: 183px;
	left: 740px;
}
.glance-here-map_switch.is-pos13-a {
	top: 54px;
	left: 864px;
}
.glance-here-map_switch.is-pos14-a {
	top: 146px;
	left: 866px;
}
.glance-here-map_switch.is-pos15-a {
	top: 54px;
	left: 1041px;
}
.glance-here-map_switch.is-pos16-a {
	top: 279px;
	left: 683px;
}
.glance-here-map_switch.is-pos16-a .glance-c-zoom {
	width: 395px;
	height: 205px;
}
.glance-here-map_switch.is-pos16-a .glance-c-zoom:before {
	right: 12px;
	bottom: 10px;
}
.glance-here-accodion_detail > *:first-child {
	margin-top: 0 !important;
}
.glance-section[data-area="glance-history"] .glance-c-link-button {
	margin-top: 35px;
}
.glance-history-slider {
	margin-top: 55px;
	padding-bottom: 0;
	overflow: visible;
}
.glance-history-slider .slick-list {
	margin-right: 0;
}
.glance-history-slider .slick-track {
	padding-bottom: 20px;
}
.glance-historyPanel {
	position: relative;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.glance-historyPanel:nth-child(n+2) {
	display: none;
}
.slick-initialized .glance-historyPanel:nth-child(n+2) {
	display: block;
}
.glance-historyPanel_image {
	position: relative;
}
.glance-historyPanel_caption {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
}
.glance-historyPanel_title {
	margin: 0 0 33px;
	padding-bottom: 10px;
	font-size: 3.2rem;
	line-height: 1.2;
	font-weight: bold;
	color: #af4b27;
	border-bottom: 1px solid #af4b27;
}
.glance-historyPanel_title em {
	margin-right: 25px;
	font-size: 6.4rem;
	line-height: 1;
}
.glance-historyPanel_subtitle {
	margin: 0 0 30px;
	font-size: 2.8rem;
	font-weight: bold;
}
.glance-history-slider .slick-dots {
	position: absolute;
	z-index: 10;
	bottom: -30px;
	left: 50%;
	width: auto;
	text-align: center;
	justify-content: center;
	display: flex;
	transform: translateX(-50%);
}
.glance-history-slider .slick-dots > li {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 14px;
	line-height: 12px;
}
.glance-history-slider .slick-dots > li > button {
	border: 1px solid #e4e4e4;
	text-indent: -9999px;
	transition-property: border-color, background-color;
}
.glance-history-slider .slick-dots > li > button:hover,
.glance-history-slider .slick-dots > .slick-active > button{
	border: 1px solid #00ada9;
}
.glance-history-slider_pager {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 17px auto 35px;
	width: 370px;
}
.glance-history-slider_pager .slick-prev,
.glance-history-slider_pager .slick-next {
	position: relative;
	z-index: 1;
	background: none !important;
	top: auto;
	bottom: 0;
	display: block;
	width: 15px !important;
	height: 15px !important;
	margin-top: 0 !important;
	padding: 0;
	border: none;
	border-radius: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}
.glance-history-slider_pager .slick-prev {
	left: 0;
}
.glance-history-slider_pager .slick-next {
	right: 0;
}
.glance-history-slider_pager .slick-prev:after,
.glance-history-slider_pager .slick-next:after {
	display: none;
}
.glance-history-slider_pager .slick-prev:before,
.glance-history-slider_pager .slick-next:before {
	position: absolute;
	z-index: 2;
	top: 0;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: 1px solid #00b5ad;
	border-right: 1px solid #00b5ad;
}
.glance-history-slider_pager .slick-prev:before {
	right: -6px;
	transform: rotate(-135deg) !important;
}
.glance-history-slider_pager .slick-next:before {
	left: -6px;
	transform: rotate(45deg) !important;
}
.glance-section[data-area="glance-vision"] .glance-c-heading-lv3 {
	margin-bottom: 15px;
}
.glance-section[data-area="glance-vision"] .glance-c-link-button {
	margin-top: 60px;
}
.glance-c-heading-lv4{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.glance-vision_layout {
	margin: 50px 0 0;
}
.glance-vision_introduction{
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.glance-vision-box {
	display: flex;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.glance-vision-box_inner {
	width: 100%;
	padding: 25px 30px 30px;
	border: 1px solid #cccccc;
}
.is-strong .glance-vision-box_inner {
	border: 2px solid #3ec0b8;
}
.glance-vision-box_title {
	margin: 0 0 10px;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.4;
}
.glance-vision-em{
	color: #00b5ad;
}
.glance-vision-keyword-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
.glance-vision-keyword {
	margin: 10px 0 5px;
	text-align: center;
	color: #00b5ad;
	background-color: #ddeeed;
	border-radius: 5px;
	padding: 5px;
	font-size: 1.8rem;
}
.glance-vision-sub {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.glance-vision-lead {
	margin-bottom: 25px;
	color: #00b5ad;
	font-weight: bold;
}

#scene02 .f-small{
	display: inline-block;
	margin-left: 20px;
}
.glance-section_block>.list-note li{
	padding-left: 3em;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	.container {
		width: 100%;
	}
	.pageGuide {
		z-index: 100;
	}
	.modal-title {
		margin-bottom: 20px;
		font-size: 2.6rem;
	}
	.glance-c-zoom:before {
		content: "";
		display: block;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		border: 1px solid #8a8a8a;
		background: #8a8a8a url(/english/company/glance/images/index_ic01.png) 50% 50% no-repeat;
		background-size: contain;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
		transition: ease all .2s;
		transform-origin: 100% 100%;
	}
	.glance-c-zoom:hover:before {
		border-color: #000;
		background-color: #000;
	}
	.glance-c-heading-lv1 {
		margin: 0 0 40px;
		font-size: 4.2rem;
		line-height: 1.2;
		letter-spacing: 1.7px;
	}
	.glance-c-heading-lv2 {
		margin: 0 0 15px;
		font-size: 3.6rem;
		color: #00b5ad;
	}
	.glance-c-heading-lv3 {
		margin: 0 0 30px;
		font-size: 2.8rem;
		line-height: 1.26;
	}
	.glance-c-link-button > li > a:hover:before {
		transform: scaleX(1);
	}
	.glance-c-link-button > li > a:hover:after {
		animation: pattern06 .4s;
	}
	.glance-section {
		position: relative;
		padding: 100px 0;
	}
	.glance-section:before {
		position: absolute;
		z-index: 1;
		bottom: -100px;
		left: 0;
		content: "";
		height: 200px;
		width: 100%;
	}
	.glance-section[data-area="glance-number"] {
		padding-top: 120px;
		background-color: #effff6;
	}
	.glance-section[data-area="glance-number"]:before {
		background-image: linear-gradient(to bottom right, #effff6 0%, #effff6 50%, #fff 50.2%, #fff 100%);
	}
	.glance-section[data-area="glance-point"] {
		background-color: #fff;
	}
	.glance-section[data-area="glance-point"]:before {
		background-image: linear-gradient(to bottom right, #fff 0%, #fff 50%, #ffffef 50.2%, #ffffef 100%);
	}
	.glance-section[data-area="glance-global"] {
		background-color: #ddeeed;
	}
	.glance-section[data-area="glance-global"]:before {
		background-image: linear-gradient(to bottom right, #ddeeed 0%, #ddeeed 50%, #ffffef 50.2%, #ffffef 100%);
	}
	.glance-section[data-area="glance-project"] {
		background-color: #ffffef;
	}
	.glance-section[data-area="glance-project"]:before {
		background-image: linear-gradient(to bottom right, #ffffef 0%, #ffffef 50%, #effff6 50.2%, #effff6 100%);
	}
	.glance-section[data-area="glance-here"] {
		background-color: #effff6;
	}
	.glance-section[data-area="glance-here"]:before {
		background-image: linear-gradient(to bottom right, #effff6 0%, #effff6 50%, #f3f3f2 50.2%, #f3f3f2 100%);
	}
	.glance-section[data-area="glance-history"] {
		background-color: #f3f3f2;
	}
	.glance-section[data-area="glance-history"]:before {
		background-image: linear-gradient(to bottom right, #f3f3f2 0%, #f3f3f2 50%, #e6f9fb 50.2%, #e6f9fb 100%);
	}
	.glance-section[data-area="glance-vision"] {
		background-color: #e6f9fb;
	}
	.glance-section[data-area="glance-vision"]:before {
		background-color: #e6f9fb;
	}
	.glance-section[data-area="glance-number"] .glance-c-heading-lv3 {
		margin-bottom: 15px;
	}
	.glance-section_block {
		width: 1200px;
		margin: 0 auto;
	}
	.glance-pager {
		position: fixed;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		z-index: 100;
		opacity: 0;
		transition: ease opacity 0.2s;
	}
	.glance-pager.is-active {
		opacity: 1;
	}
	.glance-pager_elm {
		position: relative;
		margin: 0 0 20px;
		padding-left: 15px;
		font-size: 1.4rem;
		color: #666666;
		line-height: 1.43;
		min-height: 12px;
		display: block;
	}
	.glance-pager_elm span {
		display: block;
		transition: ease all 0.3s;
		opacity: 0;
		transform: translateY(10px);
	}
	.glance-pager_elm:before {
		position: absolute;
		top: 3px;
		left: 0;
		border-radius: 50%;
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		background-color: #666;
	}
	.glance-pager_elm.is-parent {
		margin-bottom: -12px;
	}
	.glance-pager_elm.is-small {
		margin: 0 0 14px;
	}
	.glance-pager_elm.is-hidden {
		display: none;
	}
	.glance-pager_elm.is-small:before {
		left: 3px;
		width: 6px;
		height: 6px;
	}
	.glance-pager_elm.is-active:before {
		background-color: #00b5ad;
	}
	.glance-pager_elm:hover span,
	.glance-pager_elm.is-active span,
	.glance-pager_elm.is-heading span{
		transform: translateX(0px);
		opacity: 1;
	}
	.glance-chart {
		margin: 70px 0 45px;
		height: 442px;
		background: url(/english/company/glance/images/index_number01.png) left 50% bottom 34px no-repeat;
	}
	.glance-graph {
		padding-top: 31px;
		margin: 0 auto;
		width: 412px;
	}
	.glance-graph canvas {
		margin-left: -15px;
	}
	.glance-chart_set.is-cat01 {
		top: 186px;
		right: 172px;
	}
	.glance-chart_set.is-cat02 {
		top: 56px;
		left: 172px;
	}
	.glance-chart_set.is-cat03 {
		top: 56px;
		right: 170px;
	}
	.glance-chart_set.is-cat04 {
		top: 124px;
		left: 170px;
	}
	.glance-chart_set.is-cat05 {
		top: -55px;
		left: 170px;
	}
	.glance-chart_set.is-cat06 {
		top: -58px;
		right: 172px;
	}
	.glance-chart_guide.is-col dd {
		margin-bottom: -2px;
		margin-left: 5px;
	}
	.glance-point_lead {
		margin: -12px 0 5px;
		opacity: 0;
		transform: translateY(50%);
		transition: ease all .5s;
	}
	.is-animated .glance-point_lead {
		opacity: 1;
		transform: translateY(0%);
	}
	[data-row-pc="3"] > .grance-c-index_item:nth-child(n+4) {
		margin-top: 30px;
	}
	.grance-c-index.type2 > .grance-c-index_item:nth-child(n+4) {
		margin-top: 60px;
	}
	.grance-c-index_text {
		position: absolute;
		bottom: 0;
		left: 0;
		display: table;
		width: 100%;
	}
	.grance-c-index_item > a.block:hover .grance-c-index_label::after {
		animation: pattern06 .4s;
	}
	.glance-section[data-area="glance-global"] .glance-c-heading-lv3 {
		margin: 0 0 20px;
	}
	.glance-globalMap {
		position: relative;
	}
	.glance-globalMap_icon {
		margin-left: -0.5px;
		opacity: 0;
		transform: translateY(50px);
		transition: ease all 0.5s;
	}
	.glance-globalMap_icon.is-animated {
		opacity: 1;
		transform: translateY(0px);
	}
	.glance-globalMap_icon > dd {
		margin-bottom: 10px;
	}
	.glance-globalMap_icon > dd:last-child {
		margin-bottom: 0;
	}
	.glance-globalMap_icon.is-cat01 {
		top: 18px;
		left: 127px;
		width: 190px;
		height: 190px;
	}
	.glance-globalMap_icon.is-cat02 {
		top: 228px;
		left: 207px;
		width: 150px;
		height: 150px;
	}
	.glance-globalMap_icon.is-cat03 {
		top: 62px;
		left: 401px;
		width: 270px;
		height: 270px;
	}
	.glance-globalMap_icon.is-cat04 {
		top: 332px;
		left: 366px;
		width: 240px;
		height: 240px;
	}
	.glance-globalMap_icon.is-cat05 {
		top: 45px;
		left: 870px;
		width: 170px;
		height: 170px;
	}
	.glance-globalMap_icon.is-cat06 {
		top: 306px;
		left: 982px;
		width: 220px;
		height: 220px;
	}
	.glance-global-button {
		position: relative;
		z-index: 5;
		width: 580px;
		margin: -30px auto 0;
	}
	.glance-section[data-area="glance-here"] .glance-section_block {
		min-height: 800px;
	}
	.glance-hereList {
		margin-top: 70px;
	}
	.glance-hereList_elm {
		padding: 70px 0 40px;
		transition: ease all .4s;
	}
	.glance-hereList_elm:hover {
		background-color: #f5f5f5;
		box-shadow: 7px 7px 15px rgba(0, 0, 0, .1);
	}
	.glance-hereList_elm:hover .glance-hereList_title span {
		text-decoration: underline;
	}
	.glance-hereList_elm:hover .glance-hereList_title span:after {
		animation: pattern01 .4s;
	}
	.glance-hereList_elm:hover img {
		opacity: 1;
	}
	.glance-historyPanel {
		margin: 0 30px !important;
		min-height: 460px;
		width: 1200px;
		padding: 60px 70px;
	}
	.glance-historyPanel_visual {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.glance-historyPanel_caption {
		padding: 8px 20px;
		font-size: 1.4rem;
	}
	.glance-historyPanel_detail {
		width: 680px;
	}
	.is-single .glance-historyPanel_detail {
		width: auto;
	}
	.glance-scroll {
		margin-top: 40px;
		position: relative;
		text-align: center;
		z-index: 2;
	}
	.glance-scroll > a {
		display: inline-block;
		width: 48px;
		height: 36px;
		background: url(/english/company/glance/images/index_ic02.png) 0 0 no-repeat;
		text-align: left;
		vertical-align: top;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		animation: sdb 3s infinite;
		transition: ease all 0.5s;
	}
	.glance-scroll > a:hover {
		background-image: url(/english/company/glance/images/index_ic03.png);
	}
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1200px) {
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
	.modal-title {
		margin: 0 0 15px;
		font-size: 1.8rem;
	}
	.glance-c-zoom:before {
		content: "";
		display: block;
		border-radius: 50%;
		background: #8a8a8a url(/english/company/glance/images/index_ic01_sp.png) 50% 50% no-repeat;
		background-size: contain;
		width: 37px;
		height: 37px;
	}
	.glance-c-heading-lv1 {
		margin: 0 0 25px;
		font-size: 2.3rem;
		line-height: 1.2;
		letter-spacing: 1px;
	}
	.glance-c-heading-lv2 {
		margin: 0 0 15px;
		font-size: 2.1rem;
		color: #00b5ad;
	}
	.glance-c-heading-lv3 {
		margin: 0 0 10px;
		font-size: 1.9rem;
		line-height: 1.26;
	}
	.glance-section[data-area="glance-number"] .glance-c-list-bullet {
		max-width: calc((105/375)*100vw);
	}
	.glance-c-list-bullet > li:before {
		width: 7px;
		height: 7px;
		margin-top: -3px;
	}
	.glance-c-list-note > li {
		font-size: 1.3rem;
	}
	.glance-c-link-button > li {
		margin-top: 15px;
	}
	.glance-c-link-button > li > a {
		padding: 18px 40px 18px 30px;
		display: block;
	}
	.glance-c-link-button > li > a::after {
		right: 10px;
	}
	.glance-section {
		position: relative;
		margin: 0 -15px;
		padding: 70px 0 50px;
	}
	.glance-section:before {
		position: absolute;
		z-index: 2;
		bottom: -20px;
		left: 0;
		content: "";
		height: 40px;
		width: 100%;
		background-image: linear-gradient(to bottom right, #000 0%, #000 50%, #555 51%, #555 100%);
	}
	.glance-section_block {
		padding: 0 15px;
	}
	.glance-pager {
		display: none;
	}
	.glance-section[data-area="glance-number"] {
		padding-top: 0;
		background-color: #effff6;
	}
	.glance-section[data-area="glance-number"] .glance-section_block {
		padding-top: 20px;
	}
	.glance-section[data-area="glance-number"]:before {
		background-image: linear-gradient(to bottom right, #effff6 0%, #effff6 50%, #fff 50%, #fff 100%);
	}
	.glance-chart {
		margin: 20px auto 40px;
		height: 345px;
		max-width: 345px;
		background: url(/english/company/glance/images/index_number01_sp.png) 50% 50% no-repeat;
		background-size: 345px auto;
	}
	.glance-graph {
		padding-top: 70px;
		margin: 0 auto;
		width: 188px;
	}
	.glance-graph canvas {
		margin-left: -10px;
	}
	.glance-chart_result {
		transform: translate(-50%, -60%);
		font-size: 1.4rem;
	}
	.glance-chart_result > dd {
		margin-top: 5px;
	}
	.glance-chart_result em {
		font-size: 3.3rem;
	}
	.glance-chart_result p {
		font-size: 1.0rem;
	}
	.glance-chart_set.is-cat01 {
		top: 55%;
		right: 0%;
	}
	.glance-chart_set.is-cat02 {
		top: 8%;
		left: 0;
	}
	.glance-chart_set.is-cat03 {
		text-align: right;
		top: 7%;
		right: 0%;
	}
	.glance-chart_set.is-cat04 {
		top: 29.5%;
		left: 0;
	}
	.glance-chart_set.is-cat05 {
		top: 4%;
		left: 0%;
	}
	.glance-chart_set.is-cat06 {
		top: -1.5%;
		right: 0%;
	}
	.glance-chart_guide.is-sp-row {
		display: inline-block;
	}
	.glance-chart_set p {
		margin-top: 12px;
		font-size: 1.0rem;
		line-height: 1.5;
	}
	.glance-chart_set p.is-right {
		display: block;
		max-width: calc((80/375)*100vw);
		margin-left: auto;
	}
	.glance-chart_guide.is-sp-row.is-right + p {
		margin-top: 12px;
	}
	.glance-chart_set .glance-c-list-bullet {
		margin-top: 7px;
		font-size: 1.0rem;
	}
	.glance-chart_set .glance-c-list-bullet > li:before {
		top: 7px;
		width: 5px;
		height: 5px;
	}
	.glance-chart_guide {
		font-size: 1.1rem;
	}
	.glance-chart_set.is-cat02 .glance-chart_guide {
		max-width: calc((115/375)*100vw);
	}
	.glance-chart_guide dt {
		padding-left: 8px;
	}
	.glance-chart_set.is-cat02 .glance-chart_guide dt {
		padding-right: 6px;
	}
	.glance-chart_set.is-cat02 .glance-chart_guide dt.is-left,
	.glance-chart_set.is-cat03 .glance-chart_guide dt.is-left {
		text-align: left;
	}
	.glance-chart_guide dt:before {
		top: 3px;
		height: 8px;
		width: 4px;
	}
	.glance-chart_guide dd em {
		font-size: 2.5rem;
	}
	.glance-chart_guide.is-row dd {
		margin-top: 0;
		padding-left: 5px;
	}
	.glance-chart_guide.is-sp-row dd {
		margin-top: 3px;
	}
	.glance-chart_guide.is-col:not(.is-sp-row) dd {
		margin-left: 5px;
	}
	.glance-point_lead {
		margin-bottom: 5px;
		font-size: calc((18/375)*100vw);
	}
	.glance-point_lead em {
		font-size: calc((53/375)*100vw);
	}
	[data-row-sp="2"] .glance-point_lead {
		font-size: 1.3rem;
	}
	[data-row-sp="2"] .glance-point_lead em {
		font-size: 3.4rem;
	}
	.grance-c-index {
		margin-top: 20px;
	}
	.grance-c-index + .grance-c-index {
		margin-top: 20px;
	}
	.grance-c-index_title {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
	.grance-c-index_item {
		margin-top: 20px;
	}
	.grance-c-index.type2 .grance-c-index_item {
		margin-top: 30px;
	}
	.grance-c-index_text {
		display: table;
		width: 100%;
	}
	.grance-c-index_label {
		padding: 10px 25px 10px 15px;
		background-color: #666;
		font-weight: bold;
	}
	.grance-c-index_item > a.block .grance-c-index_label::after {
		margin-top: -4px;
		width: 8px;
		height: 8px;
		right: 10px;
	}
	.glance-section[data-area="glance-global"] {
		background-color: #ddeeed;
	}
	.glance-section[data-area="glance-global"]:before {
		background-image: linear-gradient(to bottom right, #ddeeed 0%, #ddeeed 50%, #ffffef 50%, #ffffef 100%);
	}
	.glance-globalMap {
		position: relative;
		margin: 0 -15px;
	}
	.glance-globalMap_icon > dt {
		margin-top: -6px;
		margin-bottom: 0;
		font-size: 1.5rem;
	}
	.glance-globalMap_icon.is-cat05 > dt {
		margin-top: -12px;
	}
	.glance-globalMap_icon.is-cat06 > dt {
		margin-top: -15px;
	}
	.glance-globalMap_icon.is-cat01 {
		top: 4%;
		left: 4%;
		width: 90px;
		height: 90px;
	}
	.glance-globalMap_icon.is-cat02 {
		top: 46%;
		left: 8.5%;
		width: 90px;
		height: 90px;
	}
	.glance-globalMap_icon.is-cat03 {
		top: 10.5%;
		left: 32%;
		height: 102px;
		width: 102px;
	}
	.glance-globalMap_icon.is-cat04 {
		top: 56.5%;
		left: 33.5%;
		width: 102px;
		height: 102px;
	}
	.glance-globalMap_icon.is-cat05 {
		top: 0%;
		left: 71.5%;
		width: 92px;
		height: 92px;
	}
	.glance-globalMap_icon.is-cat06 {
		top: 57%;
		left: 69%;
		width: 102px;
		height: 102px;
	}
	.glance-globalMap_date {
		margin: 0;
	}
	.glance-globalMap_date > dt {
		margin-right: 0;
		font-size: 1.0rem;
	}
	.glance-globalMap_date > dd {
		position: relative;
		top: 0;
	}
	.glance-globalMap_date > dd > em {
		top: 1px;
		font-size: 1.4rem;
	}
	.glance-global-button {
		margin-top: 20px;
	}
	.glance-section[data-area="glance-project"] {
		background-color: #ffffef;
	}
	.glance-section[data-area="glance-project"] .glance-c-heading-lv2 {
		margin-bottom: 10px;
	}
	.glance-section[data-area="glance-project"]:before {
		background-image: linear-gradient(to bottom right, #ffffef 0%, #ffffef 50%, #effff6 50%, #effff6 100%);
	}
	.glance-project-map {
		margin: 20px -15px 0;
	}
	.glance-project-switch {
		width: 18vw;
		height: 18vw;
	}
	.glance-project-switch.is-pos01 {
		left: 36%;
		top: 32%;
	}
	.glance-project-switch.is-pos02 {
		left: 17%;
		top: 77%;
	}
	.glance-project-switch.is-pos03 {
		left: 54%;
		top: 77%;
	}
	.glance-project-map_animation {
		display: none;
	}
	.glance-project-switch .glance-c-zoom {
		right: -38%;
		bottom: -20%;
	}
	.glance-project-switch.is-pos02 .glance-c-zoom,
	.glance-project-switch.is-pos03 .glance-c-zoom {
		right: -69%;
	}
	.glance-section[data-area="glance-here"] {
		background-color: #effff6;
	}
	.glance-section[data-area="glance-here"] .glance-c-heading-lv2 {
		margin-bottom: 10px;
	}
	.glance-section[data-area="glance-here"]:before {
		background-image: linear-gradient(to bottom right, #effff6 0%, #effff6 50%, #f3f3f2 50%, #f3f3f2 100%);
	}
	.glance-hereList {
		margin-top: 15px;
	}
	.glance-hereList_elm {
		margin-top: 20px;
		padding: 35px 15px 20px;
	}
	.glance-hereList_title {
		font-size: 2.1rem;
	}
	.glance-hereList_title span {
		padding-right: 20px;
	}
	.glance-hereList_title span:after {
		margin-top: -4px;
		width: 13px;
		height: 13px;
	}
	.glance-hereList_img {
		margin-top: 20px;
		text-align: center;
	}
	.glance-hereList_img img {
		max-height: 146px;
		width: auto;
	}
	.glance-hereTab {
		margin: 15px 0 20px;
	}
	.glance-hereTab_elm {
		flex-direction: column-reverse;
		padding: 15px 0 0;
	}
	.glance-hereTab_title {
		padding: 0 5px;
		font-size: 1.5rem;
	}
	.glance-hereTab_img {
		margin: 15px auto 0;
		max-width: 172px;
	}
	.glance-here-map_switch {
		display: none;
	}
	.glance-here-accodion.js-modal-content {
		margin-top: 20px;
		display: block;
	}
	.glance-here-accodion_elm {
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		background-color: #fff;
	}
	.glance-here-accodion_elm + .glance-here-accodion_elm {
		border-top: none;
	}
	.glance-here-accodion_elm.is-active {
		background-color: #f4f4f4;
	}
	.glance-here-accodion_elm.is-active .modal-title:after {
		background-image: url("/english/common/images/com_ic18_sp.png");
	}
	.glance-here-accodion_elm .modal-title {
		position: relative;
		margin: 0;
		padding: 15px 35px 15px 15px;
		font-size: 1.5rem;
	}
	.glance-here-accodion_elm .modal-title:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: url("/english/common/images/com_ic17_sp.png") no-repeat 0 0;
		background-size: 18px 18px;
		transition-property: top;
		transition-duration: .2s;
	}
	.glance-here-accodion_detail {
		padding: 15px 15px;
		display: none;
	}
	.glance-section[data-area="glance-history"] {
		background-color: #f3f3f2;
	}
	.glance-section[data-area="glance-history"]:before {
		background: none;
	}
	.glance-section[data-area="glance-history"] .glance-c-link-button {
		margin-top: 40px;
		padding: 0 15px;
	}
	.glance-history-slider {
		margin-top: 20px;
	}
	.glance-history-slider .slick-track {
		display: flex;
	}
	.glance-history-slider .slick-slide {
		height: auto;
	}
	.glance-history-slider .slick-dots {
		bottom: -18px;
		width: auto;
	}
	.glance-history-slider .slick-dots > li {
		margin: 0 10px;
	}
	.glance-historyPanel {
		margin: 0 15px;
		padding: 30px 25px;
		width: 63%;
	}
	.glance-historyPanel_visual {
		margin-top: 25px;
		display: block;
		position: static;
	}
	.glance-historyPanel_caption {
		padding: 8px 10px;
		font-size: 1.1rem;
	}
	.glance-historyPanel_title {
		margin: 0 0 20px;
		padding-bottom: 10px;
		font-size: 1.5rem;
		font-weight: normal;
	}
	.glance-historyPanel_title em {
		margin-right: 4px;
		font-size: 4.8rem;
		font-weight: bold;
	}
	.glance-historyPanel_subtitle {
		margin: 0 0 15px;
		font-size: 1.8rem;
	}
	.glance-history-slider_pager {
		margin: 5px auto 25px;
		padding: 0 15px;
		width: 100%;
	}
	.glance-section[data-area="glance-vision"] {
		background-color: #e6f9fb;
	}
	.glance-section[data-area="glance-vision"] .glance-c-list-bullet {
		margin-top: 12px;
	}
	.glance-section[data-area="glance-vision"]:before {
		display: none;
	}
	.glance-section[data-area="glance-vision"] .glance-c-heading-lv3 {
		margin-bottom: 10px;
	}
	.glance-section[data-area="glance-vision"] .glance-c-link-button {
		margin-top: 20px;
	}
	.glance-vision_layout {
		margin: 35px 0 0;
	}
	.glance-vision-box {
		margin-top: 10px;
		padding: 15px;
	}
	.glance-vision-box_inner {
		padding: 20px 15px 15px;
	}
	.glance-vision-box_title {
		font-size: 2.3rem;
	}
	.glance-vision-keyword {
		padding: 4px 5px;
		margin: 10px 0 15px;
		font-size: 1.7rem;
	}
	.glance-vision-sub {
		margin-top: 15px;
		padding-top: 15px;
	}
	.glance-vision-small {
		font-size: 1.2rem;
	}
	
	.glance-scroll {
		display: none !important;
	}
}

/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 370px) {
	.glance-chart_set.is-cat04 .glance-chart_guide dd em {
		display: block;
	}
	.glance-historyPanel_title {
		font-size: calc((15/370)*100vw);
	}
	.glance-historyPanel_title em {
		font-size: calc((45/370)*100vw);
	}
}
@media only screen and (max-width: 360px) {
	.glance-chart_guide dd em {
		font-size: 2.3rem;
	}
	.glance-point_lead em {
		font-size: 4.0rem;
	}
	.glance-globalMap_icon {
		transform: scale(.95);
	}
	.glance-historyPanel_title em {
		font-size: calc((40/360)*100vw);
	}
	.glance-historyPanel {
		padding: 25px 20px;
	}
}
@media only screen and (max-width: 340px) {
	.glance-chart_set.is-cat01 {
		top: 68%;
	}
	.glance-chart_guide dt {
		font-size: 1.0rem;
	}
	.glance-chart_set.is-cat01 .glance-chart_guide dt {
		padding-right: 0;
	}
	.glance-globalMap_icon {
		transform: scale(.85);
	}
	.glance-historyPanel {
		padding: 25px 15px;
	}
}
