@charset "UTF-8";

br.mobile {
	display: none !important;
}
.pc {
	display: block !Important;
}

.c-wrap--eng .m-visual_heading {
	font-size: 40px;
}
.c-wrap--eng .m-visual_heading img {
	height: 34px;
	margin-left: 15px;
}
.c-wrap--eng .m-tech_key {
	font-size: 19px;
}
.c-wrap--eng .m-vision_key {
	font-size: 19px;
}
.c-wrap--eng .m-vision_value {
	font-size: 15px;
    line-height: 1.4;
}
.c-wrap--eng .m-history_month li {
	font-size: 14px;
}
.c-wrap--eng .m-history_list {
	padding: 0 35px;
}
.c-wrap--eng .m-history_list > li + li {
	margin-left: 122px;
}
.c-wrap--eng .m-history_box + .m-history_box .m-history_list > li + li {
	margin-left: 85px;
}
.c-wrap--eng .m-contact_info {
	padding: 32px 40px;
}

.m-heading {
	margin-bottom: 90px;
	color: #000;
	font-size: 38px;
	text-align: center;
	font-family: 'Jost', sans-serif;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-heading.m-heading--white {
	color: #fff;
}

.m-visual {
	position: relative;
	height: 851px;
	background: url('../images/pages/m-visual.png') no-repeat center center;
	background-size: cover !important;
}
.m-visual_aligner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 460px 34px 0 34px;
}
.m-visual_heading {
	margin-bottom: 15px;
	color: #fff;
	font-size: 51px;
	text-align: left;
	font-weight: 700;
}
 .m-visual_heading img {
	margin-top: -12px;
	margin-left: 27px;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
 }
.m-visual_txt {
	color: #fff;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	line-height: 1.27;
}
.m-are {
	position: relative;
	background: #000 url('../images/pages/m-are.png') no-repeat center center;
	background-size: cover;
}
.m-are_box {
	height: 930px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.m-are_txtbox {
	margin-left: 60px;
}
.m-are_heading {
	margin-bottom: 35px;
	color: #fff;
	font-size: 50px;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
}
.m-are_heading em {
	color: #fff;
	font-size: 50px;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}
.m-are_txt {
	color: #fff;
	font-size: 14px;
	text-align: left;
	line-height: 1.7;
}
.m-are_txt.large {
	font-size: 29px;
	line-height: 1.3;
}
.m-are_txt + .m-are_txt {
	margin-top: 30px;
}
.m-tech {
	position: relative;
	padding: 165px 19px 130px;
	height: 930px;
	background: #fff url('../images/pages/m-tech.png') no-repeat center center;
	background-size: cover;
}
.m-tech_list {
	padding: 0 18px !important;
}
.m-tech_item {
	padding: 0 18px;
}
.m-tech_picture {
	margin-bottom: 10px;	
}
.m-tech_key {
	margin-bottom: 10px ;
	color: #333;
	font-size: 24px;
	font-weight: 700;
}
.m-tech_value {
	color: #333;
	font-size: 14px;
	line-height: 1.42;
	letter-spacing: -0.2px;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-tech .slick-arrow {
	display: block;
	position: absolute;
	top: 0;
	width: 18px;
	height: 32px;
	border: 0;
	text-indent: -9999px;
}
.m-tech .slick-arrow.slick-prev {
	left: 0;
	background: url('../images/pages/m-tech_arrow--prev.png') no-repeat center center;
}
.m-tech .slick-arrow.slick-next {
	right: 0;
	background: url('../images/pages/m-tech_arrow--next.png') no-repeat center center;
}
.m-tech_picture img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.m-tech .slick-dots {
	margin-top: 55px;
	font-size: 0;
	text-align: center;
}
.m-tech .slick-dots li {
	display: inline-block;
	vertical-align: middle;
}
.m-tech .slick-dots li + li {
	margin-left: 9px;
}
.m-tech .slick-dots li.slick-active button {
	background-color: #3e3e3e;
}
.m-tech .slick-dots li button {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #c9c9c9;
	border: 0;
	text-indent: -9999px;
}
.m-vision {
	height: 930px;
	padding-top: 180px;
	text-align: center;
	background: url('../images/pages/m-vision.png') no-repeat center center;
	background-size: cover;
}
.m-vision_list {
	display: inline-block;
	position: relative;
	font-size: 0;
	text-align: left;
	vertical-align: top;
}
.m-vision_list:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/pages/m-vision_list.png') no-repeat center center;
	background-size: 100% auto;
}
.m-vision_list:before,
.m-vision_list:after {content: " ";display: table;}
.m-vision_list:after {clear: both;}
.m-vision_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	width: 265px;
	height: 273px;
}
.m-vision_key {
	margin-bottom: 12px;
	color: #000;
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-vision_value {
	color: #000;
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-history {
	padding: 110px 0;
	background-color: #247dbc;
}
.m-history_box {
	border-top: 1px solid #7aadd0;
}
.m-history_box.dark {
	background-color: #2276b1;
}
.m-history_list {
	height: 290px;
	padding: 0 92px;
	font-size: 0;
	text-align: left;
}
.m-history_list > li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.m-history_list > li + li {
	margin-left: 180px;
}
.m-history_box:nth-child(2n+1) .m-history_list {
	text-align: right;
}
.m-history_year {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	padding-top: 25px;
	color: #fffcb2;
	font-size: 68px;
	text-align: left;
	font-family: 'Jost', sans-serif;
	line-height: 1;
	vertical-align: top;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-history_year:before {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	left: 50%;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 12px;
	margin-left: -6px;
}
.m-history_month li {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-history_month li + li {
	margin-top: 10px;
}
.m-history_month li em {
	display: block;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-contact {
	padding: 155px 0;
}
.m-contact_mapbox {
	position: relative;
	padding-left: 600px;
	min-height: 444px;
	background-color: #247dbc;
}
.m-contact_map {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
}
.m-contact_info {
	padding: 45px 40px;	
}
.m-contact_box + .m-contact_box {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #4490c6;
}
.m-contact_heading {
	color: #fffcb2;
	font-size: 24px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 25px;
}
.m-contact_list li {
	position: relative;
	padding: 0 20px 0 77px;
}
.m-contact_list li + li {
	margin-top: 15px;
}
.m-contact_list .key {
	position: absolute;
	top: 0;
	left: 0;
	width: 77px;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-contact_list .value {
	color: #fff;
	font-size: 16px;
	text-align: left;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-contact_call {
	margin-top: 32px;	
}
.m-contact_call .heading {
	margin-bottom: 10px;
	color: #000;
	font-size: 20px;
	text-align: left;
	line-height: 1;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-contact_call .box {
	font-size: 0;
	text-align: left;
}
.m-contact_call .number {
	display: inline-block;
	color: #000;
	font-size: 53px;
	font-family: 'Jost', sans-serif;
	vertical-align: middle;
	line-height: 1;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-contact_call .info {
	display: inline-block;
	margin-left: 25px;
	color: #000;
	font-size: 15px;
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.m-contact_call .info .pc {
	display: inline-block !important;
}

.s-visual {
	height: 209px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.s-visual.s-visual--product {
	background-image: url('../images/pages/s-visual--product.png');
}
.s-visual_txt {
	padding-top: 140px;
	color: #fff;
	font-size: 32px;
	text-align: left;
	font-weight: 300;
	font-family: 'Jost', sans-serif;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.s-visual_txt em {
	color: #fff;
	font-size: 32px;
	font-family: 'Jost', sans-serif;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}

.c-content {
	padding: 45px 0 100px;
}
.c-headings {
	margin-bottom: 40px;
}
.c-heading {
	color: #333;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.c-heading_detail {
	margin-top: 8px;
	color: #333;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.etc-list:before,
.etc-list:after {content: " ";display: table;}
.etc-list:after {clear: both;}
.etc-list {
	margin: -12px;
}
.etc-list li {
	float: left;
	width: 33.3333%;
	padding: 12px;
}
.etc-box {
	overflow: hidden;
	height: 395px;
	border-radius: 15px;
	background-color: #f5f5f5;
}
.etc-image {
	text-align: center;
}
.etc-image img {
	image-rendering: -webkit-optimize-contrast;
}
.etc-name {
	color: #1d3a8f;
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.etc-detail {
	color: #a8a8a8;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}

.p-list:before,
.p-list:after {content: " ";display: table;}
.p-list:after {clear: both;}
.p-item {
	float: left;
	width: calc(50% - 13px);
	height: 395px;
	background-color: #f5f5f5;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.p-item:nth-child(2n) {
	margin-left: 26px;
}
.p-item:nth-child(2) ~ .p-item {
	margin-top: 25px;
}
.p-infobox {
	width: 298px;
	height: 395px;
	padding: 80px 20px 0 0;
}
.c-wrap--eng .p-infobox {
	padding-top: 60px;
}
.p-name {
	color: #1d3a8f;
	font-size: 36px;
	text-align: left;
	font-weight: 700;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.p-eng {
	margin-bottom: 15px;
	color: #a8a8a8;
	font-size: 15px;
	text-align: left;
	font-weight: 700;
	line-height: 1.26;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.p-detail {
	color: #333;
	font-size: 14px;
	text-align: left;
	line-height: 1.9;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.c-wrap--eng .p-detail,
.c-wrap--eng .p-detail em {
	font-size: 13px;
	line-height: 1.6;
}
.c-wrap--eng .p-name {
	font-size: 33px;
}
.c-wrap--eng .p-eng {
	font-size: 14px;
}
.p-detail em {
	color: #333;
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	-webkit-transform: skew(-0.1deg);
	-ms-transform: skew(-0.1deg);
	transform: skew(-0.1deg);
}
.p-detail .ch {
	font-family: 'dotum', sans-serif;
}
.p-detail .inner {
	position: relative;
	padding-left: 40px;
}
.c-wrap--eng .p-detail .inner {
	padding-left: 59px;
}
.p-detail .inner em {
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 1260px) {
	.c-wrap--eng .m-visual_heading {
		font-size: 19px;
	}
	.c-wrap--eng .m-visual_heading img {
		margin-left: 0;
	}
	.c-wrap--eng .m-vision_key {
		font-size: 1.6vw;
	}
	.c-wrap--eng .m-vision_value {
		font-size: 1.4vw;
		line-height: 1.3;
	}
	.m-history_box + .m-history_box .m-history_list > li + li,
	.c-wrap--eng .m-history_list > li + li,
	 .c-wrap--eng .m-history_box + .m-history_box .m-history_list > li + li {
		margin-left: 0;
	}
	.c-wrap--eng .m-history_list {
		height: 333px;
		padding: 0 30px;
	}
	.c-wrap--eng .m-history_list > li {
		padding: 0 10px;
	}
	.c-wrap--eng .m-history_year {
		font-size: 55px;
	}

	.m-visual {
		height: 730px;
	}
	.m-visual_heading img {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}
	.m-visual_aligner {
		padding: 230px 20px 0 20px;
	}

	.m-heading {
		margin-bottom: 50px;
	}

	.m-are_box {
		display: block;
		height: auto;
		padding: 100px 0 150px;
	}
	.m-are_logo {
		text-align: center;
	}
	.m-are_logo[data-aos=fade-right] {
		transform: translate3d(0,100px,0);
	}
	.m-are_txtbox[data-aos=fade-left] {
		transform: translate3d(0,100px,0);
	    transition-delay: .5s !important;
	}
	.m-are_txtbox {
		margin-left: 0;
	}
	.m-are_heading {
		text-align: center;
	}
	.m-are_txt {
		text-align: center;
	}

	.m-tech {
		height: auto;
		padding: 100px 0;
	}
	.m-tech_list {
		padding: 0 8px !important;
	}
	.m-tech_item {
		padding: 0 8px;
	}
	.m-tech .slick-arrow.slick-prev {
		left: -12px;
	}
	.m-tech .slick-arrow.slick-next {
		right: -12px;
	}
	.m-tech .slick-dots {
		margin-top: 45px;
	}

	.m-vision {
		height: auto;
		padding: 100px 20px;
	}
	.m-vision_list {
		width: 100%;
		background-size: 100% auto;
	}
	.m-vision_item {
		width: 25%;
		height: 26vw;
	}
	.m-vision_key {
		margin-bottom: 10px;
		font-size: 2.5vw;
	}
	.m-vision_value {
	    font-size: 1.75vw;
		line-height: 1.5;
	}

	.m-history_list {
		padding: 0 30px;
	}
	.m-history_list > li {
		width: 33%;
		text-align: center;
	}
	.m-history_list > li + li {
		margin-left: 0;
	}
	
	.m-contact {
		padding: 100px 0 70px 0;
	}
	.m-contact .c-aligner {
		padding: 0;
	}
	.m-contact_map {
		position: relative;
		width: 100%;
	}
	.m-contact_map img {
		width: 100%;
	}
	.m-contact_mapbox {
		padding-left: 0;
		min-height: auto;
	}
	.m-contact_info,
	.c-wrap--eng .m-contact_info {
		padding: 45px 20px;
	}
	.m-contact_call {
		padding: 0 20px;
	}
	.m-contact_call .info {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}
	
	.c-aligner {
		padding: 0 20px;
	}

	.etc-list {
		margin: -10px;
	}
	.etc-list li {
		width: 50%;
		padding: 10px;
	}
	.etc-box {
		height: auto;
		padding-bottom: 25px;
	}
	
	.p-listbox.p-listbox--semi .p-item {
		height: 551px;
	}
	.c-wrap--eng .p-listbox.p-listbox--semi .p-item {
		height: 537px;
	}
	.p-item {
		display: block;
		height: 521px;
	}
	.p-picture {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 222px;
		text-align: center;
	}
	.p-picture img {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}
	.p-infobox {
		width: 100%;
		height: auto;
		padding: 10px 30px 30px 30px;
	}
	.c-wrap--eng .p-infobox {
		padding-top: 10px;
	}


}

@media (max-width: 768px) {
	br.mobile {
		display: block !important;
	}
	.pc {
		display: none !Important;
	}

	.c-wrap--eng .m-vision_key {
		font-size: 4.2vw;	
	}
	.c-wrap--eng .m-vision_value {
		font-size: 3.1vw;
	}
	.c-wrap--eng .m-history_list {
		padding: 0;
		height: auto;
	}
	.c-wrap--eng .m-history_list > li {
		padding: 15px 45px;
	}
	.c-wrap--eng .m-history_year {
		font-size: 34px;
	}
	.c-wrap--eng .m-visual_heading img {
		height: 26px;
		margin: 0 auto;
	}
	.c-wrap--eng .m-are_txt.large {
		font-size: 12px;
	}
	.c-wrap--eng .m-tech_value {
		font-size: 12px;
	}
	.c-wrap--eng .m-vision_list:before {
		background-size: 60% 100%;
	}
	.c-wrap--eng .m-vision_item {
		height: 54.8vw;
	}

	.c-aligner {
		padding: 0 15px;
	}

	.m-heading {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.m-visual {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 284px;
		background: #000 url('../images/pages/m-visual--m.png') no-repeat;
	}
	.m-visual_aligner {
		padding: 0 20px;
	}
	.m-visual_heading {
		font-size: 24px;
		text-align: center;
	}
	.m-visual_heading img {
		height: 26px;
		margin: 7px auto 0;
	}
	.m-visual_txt {
		font-size: 12px;
		text-align: center;
	}
	.m-visual_heading[data-aos^=fade][data-aos^=fade].aos-animate,
	.m-visual_txt[data-aos^=fade][data-aos^=fade].aos-animate {
		-webkit-transform: translateZ(0) skew(-0.1deg);
		-ms-transform: translateZ(0) skew(-0.1deg);
		transform: translateZ(0) skew(-0.1deg);
	}

	.m-are_box {
		padding: 30px 0 50px;
	}
	.m-are_logo img {
		max-width: 150px;
		image-rendering: -webkit-optimize-contrast;
	}
	.m-are_heading {
		margin-bottom: 10px;
		font-size: 25px;
	}
	.m-are_heading em {
		font-size: 25px;
	}
	.m-are_txt.large {
		font-size: 18px;
	    line-height: 1.4;
	}
	.m-are_txt.large br {
		display: block;
	}
	.m-are_txt br {
		display: none;
	}
	.m-are_txt {
		max-width: 350px;
		margin: 0 auto;
		font-size: 12px;
	}
	.m-are_txt + .m-are_txt {
		margin-top: 10px;
	}

	.m-tech {
		padding: 30px 0 50px;
	}
	.m-tech_key {
		font-size: 14px;
		line-height: 1.2;
		-webkit-transform: skew(-0.1deg);
		-ms-transform: skew(-0.1deg);
		transform: skew(-0.1deg);
	}
	.m-tech .slick-arrow {
		width: 10px;
		background-size: 100% auto !important;
	}
	.m-tech .slick-arrow.slick-prev {
		left: -4px;
	}
	.m-tech .slick-arrow.slick-next {
		right: -4px;
	}
	.m-tech .slick-dots {
		margin-top: 27px;;
	}
	.m-tech .slick-dots li button {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}
	.m-tech .slick-dots li + li {
		margin-left: 5px;
	}
	.m-tech_value {
		font-size: 13px;
	}

	.m-vision {
		padding: 30px 0;
	}
	.m-vision_list {
		overflow: hidden;
	}
	.m-vision_list:before {
		background: url('../images/pages/m-vision_list--m.png') no-repeat center top;
		background-size: 50% 100%;
	}
	.m-vision_item {
		float: none;
		width: 100%;
		height: 44.8vw;
	}
	.m-vision_key {
		font-size: 4.3vw;
	}
	.m-vision_value {
		font-size: 3.4vw;
		line-height: 1.4;
	}
	
	.m-history {
		position: relative;
		padding: 30px 0;
	}
	.m-history:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 30px;
		width: 1px;
		height: 100%;
		background-color: #7aadd0;
		z-index: 0;
	}
	.m-history_boxs[data-aos^=fade][data-aos^=fade] {
		transform: translate3d(0,100px,0);
	}
	.m-history .c-aligner {
		padding: 0;
	}
	.m-history_list {
		height: auto;
		padding: 0;
	}
	.m-history_list > li {
		display: block;
		position: relative;
		width: 100%;
		padding: 15px 45px;
		text-align: left;
	}
	.m-history_list > li:nth-child(2n+1) {
		background-color: #2276b1;
	}
	.m-history_box:nth-child(2n) .m-history_list > li:nth-child(2n+1) {
		background-color: transparent;
	}
	.m-history_box:nth-child(2n) .m-history_list > li:nth-child(2n) {
		background-color: #2276b1;
	}
	.m-history_box {
		position: relative;
		border-top: 0;
	}
	.m-history_box.dark {
		background-color: transparent;
	}
	.m-history_box[data-aos=fade-right],
	.m-history_box[data-aos=fade-left] {
		opacity: 1 !important;
	    transform: translate3d(0,0,0);
	}
	.m-history_list > li:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 30px;
		width: 1px;
		height: 100%;
		background-color: #7aadd0;
		z-index: 10;
	}
	.m-history_year {
		margin-bottom: 10px;
		padding-top: 0;
		font-size: 34px;
		-webkit-transform: skew(-0.1deg);
		-ms-transform: skew(-0.1deg);
		transform: skew(-0.1deg);
		z-index: 20;
	}
	.m-history_year:before {
		top: 50%;
		left: -18px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		margin-left: 0;
	}
	.m-history_month li {
		font-size: 13px;
		-webkit-transform: skew(-0.1deg);
		-ms-transform: skew(-0.1deg);
		transform: skew(-0.1deg);
	}
	.m-history_month li + li {
		margin-top: 7px;
	}
	.m-history_month li em {
		margin-bottom: 0;
		font-size: 17px;
		-webkit-transform: skew(-0.1deg);
		-ms-transform: skew(-0.1deg);
		transform: skew(-0.1deg);
	}

	.m-contact {
		padding: 30px 0;
	}
	.m-contact .c-aligner {
		padding: 0;
	}
	.m-contact_info,
	.c-wrap--eng .m-contact_info {
		padding: 30px 20px;
	}
	.m-contact_heading {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.m-contact_list li {
		padding: 0;
	}
	.m-contact_list .key {
		position: relative;
		width: 100%;
		margin-bottom: 3px;
		font-size: 14px;
	}
	.m-contact_list .value {
		font-size: 13px;
	}
	.m-contact_box + .m-contact_box {
		margin-top: 20px;
		padding-top: 20px;
	}
	.m-contact_call {
		margin-top: 20px;
	}
	.m-contact_call .heading {
		margin-bottom: 5px;
		font-size: 15px;
	}
	.m-contact_call .number {
		display: block;
		font-size: 25px;
	}
	.m-contact_call .info {
		margin-top: 10px;
		font-size: 13px;
		line-height: 1.5;
	}
	.m-contact_call .info .pc {
		display: none !important;
	}

	.s-visual {
		height: 100px;
	}
	.s-visual_txt {
		padding-top: 60px;
		font-size: 20px;
	}
	.s-visual_txt em {
		font-size: 20px;
	}
	
	.c-content {
		padding: 35px 0 50px;
	}

	.c-headings {
		margin-bottom: 20px;
	}
	.c-heading {
		font-size: 20px;
	}
	.c-heading_detail {
		margin-top: 2px;
		font-size: 12px;
	}

	.etc-list {
		margin: -4px;
	}
	.etc-list li {
		padding: 4px;
	}
	.etc-box {
		padding-bottom: 15px;
	}
	.etc-name {
		font-size: 18px;
	}
	.etc-detail {
		margin-top: 3px;
		font-size: 11px;
	}
	
	.p-listbox.p-listbox--semi .p-item,
	.c-wrap--eng .p-listbox.p-listbox--semi .p-item {
		height: auto;
	}
	.p-item {
		float: none;
		width: 100%;
		height: auto;
		padding: 20px 10px;
	}
	.p-item + .p-item,
	.p-item:nth-child(2) ~ .p-item,
	.p-item:nth-child(2n) {
		margin-left: 0;
		margin-top: 10px;
	}
	.p-infobox {
		padding: 10px;
	}
	.p-picture {
		display: block;
		height: auto;
	}
	.p-picture img {
		width: 50%;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.p-name,
	.c-wrap--eng .p-name {
		font-size: 26px;
	}
	.p-eng,
	.c-wrap--eng .p-eng {
		margin-bottom: 10px;
		font-size: 13px;
	}
	.p-detail,
	.p-detail em {
		font-size: 12px;
		line-height: 1.6;
	}
	.c-wrap--eng .p-detail, .c-wrap--eng .p-detail em {
		font-size: 12px;
	}
	.p-detail .inner {
		padding-left: 34px;
	}
	.c-wrap--eng .p-detail .inner {
		padding-left: 50px;
	}


}

@media(max-width: 340px) {
	.m-visual_heading {
		font-size: 22px;
	}

	.etc-list li {
		width: 100%;
	}
}