@charset "UTF-8";

/* ==========================================================
	common
========================================================== */
html {
	background-color: #fff;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	margin: 0 auto;
}
img {
	width: 100%;
	height: auto;
}
.btnBox a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 14em;
	margin: 0 auto;
}
.btnBox a span {
	display: inline-block;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 2em auto;
	padding: .6em 0;
	padding-left: 2.5em;
}
.btnBox .doc a {
	color: #f08300;
	box-shadow: inset 0 0 0 2px #f08300;
	background-color: #fff;
}
.btnBox .doc a span {
	background-image: url("../img/icon_doc.png");
}
.btnBox .mail a {
	color: #fff;
	background-color: #df003a;
}
.btnBox .link a {
	color: #df003a;
	box-shadow: inset 0 0 0 2px #df003a;
	background-color: #fff;
	line-height: 1.3;
}
.btnBox .link a span {
	padding-left: 0;
}
.btnBox .mail a span {
	background-image: url("../img/icon_mail.png");
}
.btnTxt {
	text-align: center;
	padding: 2em 0 0;
}
.btnTxt a {
	color: #df003a;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
}
.btnTxt a span {
	position: relative;
	padding-right: 1em;
}
.btnTxt a span::after {
	position: absolute;
	right: 0;
	top: -.4em;
	content: '>';
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	display: inline-block;
	transform: scale(1, 1.8);
}
.container::after { content: ""; display: block; clear: both; }
@media only screen and (max-width: 767px) {
	.is-pc {
	  display: none;
	}
}
@media only screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
	.is-sp {
		display: none;
	}
	.btnBox a {
		font-size: 26px;
		width: 11em;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.btnBox .mail a:hover {
		background-color: #b81c22;
	}
	.btnBox .doc a:hover {
		box-shadow: inset 0 0 0 3px #f08300;
	}
	.btnBox .link a:hover {
		box-shadow: inset 0 0 0 4px #df003a;
	}
	.btnTxt a {
		padding-bottom: .5em;
	}
	.btnTxt a:hover {
		border-bottom: #df003a 2px solid;
	}
}
/* ==========================================================
	main
========================================================== */
main>section {
	line-height: 1.8;
	position: relative;
	background-color: #fafaf7;
	padding: 5em 20px;
}
main .categoryHeading {
	position: absolute;
	font-size: 14px;
	top: -2.8em;
	left: 20px;
	z-index: 1;
}
main .categoryHeading .en {
	font-size: 50px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	line-height: 1.2;
}
main .categoryLead {
	text-align: center;
	font-size: 24px;
	line-height: 1.7;
	background: url("../img/categoryLine.png") center bottom no-repeat;
	background-size: auto 2px;
	margin-bottom: 1.2em;
	padding: .8em 0;
}
main .categoryTxt {
	padding-bottom: 1.3em;
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
	main>section>.inner {
		min-width: 950px;
		max-width: 1100px;
		margin: 0 auto;
	}
	main .categoryHeading {
		font-size: 20px;
	}
	main .categoryHeading .en {
		font-size: 82px;
	}
	main .categoryLead {
		font-size: 48px;
	}
	main .categoryTxt {
		font-size: 18px;
	}
}
/* ==========================================================
	header
========================================================== */
header {
	width: 100%;
	height: 62px;
	background-color: #fff;
}
header .logo {
	width: 300px;
	margin: 0 auto;
	padding: 20px;
}
header .content {
  padding: 22px;
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
	header {
		position: fixed;
		border-bottom: #f5f5f5 1px solid;
		z-index: 9996;
	}
	header .logo {
		margin-left: 0;
		padding: 22px;
	}
}
/* ==========================================================
	globalNav
========================================================== */
#globalNav {
	position: fixed;
	bottom: -10em;
	width: 100%;
	background-color: #fff;
	z-index: 9997;
}
#globalNav .btnBox {
	padding-top: .8em;
}
#globalNav .tel {
	font-size: 12px;
	text-align: center;
	padding-bottom: .8em;
}
#globalNav .tel .num a {
	text-decoration: none;
	font-size: 27px;
	color: #df003a;
	font-weight: bold;
	line-height: 1.1;
}
@media only screen and (max-width: 767px) {
	#globalNav {
		background-color: #f5f5f5;
	}
	#globalNav .btnBox li.doc {
		display: none;
	}
	#globalNav .btnBox li.mail {
		margin-bottom: .6em;
	}
}
@media only screen and (min-width: 768px) {
	#globalNav {
		top: 0;
		bottom: auto;
		right: 22px;
		width: auto;
	}
	#globalNav::after { content: ""; display: block; clear: both; }
	#globalNav .btnBox {
		float: left;
		margin-right: .5em;
		padding-top: .6em;
	}
	#globalNav .btnBox::after { content: ""; display: block; clear: both; }
	#globalNav .btnBox li {
		float: left;
		margin-right: .5em;
	}
	#globalNav .btnBox li a {
		font-size: 17px;
	}
	#globalNav .btnBox li a span {
		padding: .55em 0;
		padding-left: 2.3em;
	}
	#globalNav .tel {
		float: left;
		font-size: 10px;
		padding-top: 1em;
	}
	#globalNav .tel .num a {
	}
}
/*----------------------------------------------------------------------------
  mainVisual
----------------------------------------------------------------------------*/
#mainVisual {
	overflow: hidden;
	position: relative;
	background: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#mainVisual .txt {
	color: #fff;
	position: absolute;
	font-size: 17px;
	left: 8%;
	top: 50%;
	z-index: 2;
	margin-top: -9em;
}
#mainVisual .txt .catch {
	font-weight: bold;
	width: 276px;
	padding-bottom: .8em;
	padding-left: .5em;
}
#mainVisual .txt .slogan {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 55px;
	line-height: 1.1;
	padding-bottom: .2em;
}
#mainVisual .txt h1 {
	padding-left: .2em;
}
#mainVisual .nav {
	position: absolute;
	right: 8%;
	top: 50%;
	z-index: 2;
	margin-top: -230px;
}
#mainVisual .bg {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}
#mainVisual .bg video {
	width: 100%;
}
#mainVisual .scroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 38px;
	text-align: center;
	z-index: 9995;
}
#mainVisual .scroll a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	padding-bottom: 10px;
	font-family: 'Karla', sans-serif;
	letter-spacing: .05em;
	color: #fff;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	font-size: 11px;
	text-decoration: none;
	line-height: 1;
}
#mainVisual .scroll a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 1px;
	height: 0;
	background: #fff;
	margin: auto;
	-moz-animation-name: scroll;
	-moz-animation-duration: 1800ms;
	-moz-animation-timing-function: ease-out;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	-webkit-animation-duration: 1800ms;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: scroll;
	-o-animation-duration: 1800ms;
	-o-animation-timing-function: ease-out;
	-o-animation-iteration-count: infinite;
	-ms-animation-name: scroll;
	-ms-animation-duration: 1800ms;
	-ms-animation-timing-function: ease-out;
	-ms-animation-iteration-count: infinite;
}
@-moz-keyframes scroll {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}
@keyframes scroll {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
	#mainVisual nav {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	#mainVisual {
		min-width: 950px;
		padding-top: 62px;
	}
	#mainVisual .txt {
		margin-top: -11em;
	}
	#mainVisual .txt .catch {
		width: 440px;
		padding-bottom: 2em;
	}
	#mainVisual .txt .slogan {
		font-size: 110px;
		line-height: 1;
		padding-bottom: .1em;
	}
	#mainVisual h1 {
		font-size: 22px;
	}
	#mainVisual nav {
		position: absolute;
		z-index: 2;
		right: 10%;
		top: 50%;
		margin-top: -10em;
	}
	#mainVisual nav ul li {
		padding-bottom: 1em;
	}
	#mainVisual nav ul li a {
		color: #fff;
		text-decoration: none;
	}
	#mainVisual nav ul li a p {
		font-size: 12px;
	}
	#mainVisual nav ul li a p.en {
		font-size: 44px;
		line-height: 1.2;
		font-family: 'Lato', sans-serif;
		font-weight: 100;
	}
	#mainVisual nav ul li a p.en::after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: .3em;
		height: .3em;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-left: .3em;
	}
}
@media only screen and (min-width: 1200px) {
	#mainVisual .txt .catch {
		width: 521px;
	}
	#mainVisual .txt .slogan {
		font-size: 144px;
	}
	#mainVisual h1 {
		font-size: 25px;
	}
	#mainVisual nav {
		margin-top: -7.4em;
	}
	#mainVisual nav ul li a p {
		font-size: 16px;
	}
	#mainVisual nav ul li a p.en {
		font-size: 48px;
	}
}
/*----------------------------------------------------------------------------
  cases
----------------------------------------------------------------------------*/
#cases {
	padding: 5em 0;
	background-color: #fff;
}
#cases .categoryLead {
	padding-top: 1em;
}
#cases .categoryHeading {
	color: #b825cb;
	left: auto;
	right: 20px;
	padding-top: 3em;
}
#cases .gallery {
	position: relative;
}
#cases .gallery .main:after { content: ""; display: block; clear: both; }
#cases .gallery .main>div {
	position: relative;
	outline: none;
}
#cases .gallery .main>div .img {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 1em;
}
#cases .gallery .main>div .txt {
	font-size: 13px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
#cases .gallery .main>div .txt .name {
	font-size: 12px;
	padding-bottom: .3em;
}
#cases .gallery .main>div .txt .ttl {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: .5em;
}
#cases .gallery .main>div .slick-active p {
	display: block;
}
#cases .gallery .main>div p .name {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
#cases .gallery .btn {
	position: absolute;
	width: 100%;
	top: -2em;
}
#cases .gallery .btn>div {
	position: absolute;
	top: 0;
	transform: scale(.5, 1);
	width: 80px;
}
#cases .gallery .btn>div a {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 120px;
	text-decoration: none;
}
#cases .gallery .btn .prev {
	left: -3%;
	cursor: pointer;
}
#cases .gallery .btn .next {
	right: -3%;
	cursor:pointer;
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
	#cases .gallery {
		width: 80%;
		margin: 0 auto;
	}
	#cases .gallery .main>div .txt {
		font-size: 16px;
	}
	#cases .gallery .main>div .txt .name {
		font-size: 16px;
		padding-bottom: .3em;
	}
	#cases .gallery .main>div .txt .ttl {
		font-size: 26px;
		padding-bottom: .5em;
	}
	#cases .gallery .main>div .slick-active p {
		display: block;
	}
	#cases .gallery .main>div p .name {
		display: block;
		font-size: 14px;
		font-weight: bold;
	}
	#cases>.btn {
		width: 24em;
		margin-bottom: 0;
	}
	#cases>.btn a {
		font-size: 22px;
		margin: 2em 0;
	}
	#cases .gallery .main .slick-slide {
		margin: 0 2px;
	}
	#cases .gallery .main>div .img {
		padding-bottom: 2em;
	}
	#cases .gallery .btn>div {
		position: absolute;
		top: 5vw;
		width: 110px;
	}
	#cases .gallery .btn>div a {
		font-size: 200px;
	}
}
/*----------------------------------------------------------------------------
  slick
----------------------------------------------------------------------------*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ==========================================================
	service
========================================================== */
#service .categoryHeading {
	color: #df003a;
}
#service .contentHeading .btnBox {
	margin-bottom: 1.5em;
}
#service .serviceList::after { content: ""; display: block; clear: both; }
#service .serviceList>ul>li>a {
	display: block;
	float: left;
	width: 48%;
	height: 40vw;
	text-decoration: none;
	background-color: #fff;
	border: #e6e6e6 3px solid;
	margin-left: 4%;
	margin-bottom: 4%;
}
#service .serviceList>ul>li>a h3 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-top: .9em;
	padding-bottom: .6em;
}
#service .serviceList>ul>li>a h3.high {
	line-height: 1.3;
	padding-top: .5em;
	padding-bottom: .2em;
}
#service .serviceList>ul>li>a .icon {
	width: 40%;
	margin: 0 auto;
	padding-bottom: .3em;
}
#service .serviceList>ul>li>a .btn {
	display: block;
	color: #df003a;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	margin: 0 auto;
}
#service .serviceList>ul>li>a .btn::after {
	content: '>';
	display: inline-block;
	transform: scale(1, 1.5);
	padding-left: .5em;
}
@media only screen and (max-width: 767px) {
	#service .serviceList>ul>li:nth-child(odd)>a {
		margin-left: 0;
	}
}
@media only screen and (min-width: 768px) {
	#service .contentHeading {
		float: left;
		width: 40%;
	}
	#service .contentHeading .categoryLead {
		text-align: left;
		background-position: 0 bottom;
	}
	#service .contentHeading .btnBox a {
		margin: 0;
	}
	#service .serviceList {
		float: right;
		width: 55%;
	}
	#service .serviceList>ul>li>a  {
		width: 32%;
		height: 200px;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	#service .serviceList>ul>li>a:hover  {
		border-color: #df003a;
	}
	#service .serviceList>ul>li:nth-child(3n+1)>a {
		margin-left: 0;
	}
	#service .serviceList>ul>li>a h3 {
		font-size: 18px;
		padding-top: 1.4em;
		padding-bottom: 1.1em;
	}
	#service .serviceList>ul>li>a h3.high {
		padding-top: 1em;
		padding-bottom: .7em;
	}
	#service .serviceList>ul>li>a .icon {
		width: 40%;
		padding-bottom: 1em;
	}
	#service .serviceList>ul>li>a .btn {
		font-size: 14px;
	}
}
/* ==========================================================
	modal
========================================================== */
.mfp-wrap {
	z-index: 9999!important;
}
.mfp-bg {
	z-index: 9998!important;
}
.white-popup-block {
	z-index: 20;
	overflow-x: hidden;
	border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding-bottom: 1em;
}
.white-popup-block .popup-close {
	float: right;
	margin-right: 15px;
}
.white-popup-block .popup-close a {
	font-size: 60px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	line-height: 1;
}
.white-popup-block .content {
	padding: 1em;
	padding-bottom: 0;
}
.white-popup-block .content .img {
	padding-bottom: 1em;
}
.white-popup-block .content .txt {
	padding-bottom: 0;
}
.white-popup-block .content .txt p {
	line-height: 1.9;
	padding-bottom: 1.5em;
}
.white-popup-block .content .txt .name {
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: .5em;
}
.white-popup-block .btnBox .mail {
	margin-bottom: .8em;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    display: none;
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
	.white-popup-block {
		padding-bottom: 3em;
	}
	.white-popup-block .content::after { content: ""; display: block; clear: both; }
	.white-popup-block .content {
		padding: 3em 4em 1em;
	}
	.white-popup-block .content .img {
		float: left;
		width: 40%;
		padding-top: 1em;
	}
	.white-popup-block .content .txt {
		float: right;
		width: 55%;
	}
	.white-popup-block .content .txt .name {
		text-align: left;
		font-size: 40px;
		padding-bottom: .2em;
	}
	.white-popup-block .btnBox {
		width: 39em;
		margin: 0 auto;
	}
	.white-popup-block .btnBox::after { content: ""; display: block; clear: both; }
	.white-popup-block .btnBox li {
		float: left;
		margin: 0 .7em;
	}
	.white-popup-block .btnBox .mail {
		margin-bottom: 0;
	}
	.white-popup-block .btnBox .link a {
		width: 13.8em;
		font-size: 19.2px;
	}
	.white-popup-block .btnBox .link a span {
	}
}
/* ==========================================================
	aboutUs
========================================================== */
#aboutUs {
	background-color: #fff;
}
#aboutUs .categoryHeading {
	color: #f08300;
	left: auto;
	right: 20px;
}
#aboutUs .point li {
	width: 100%;
	height: 90vw;
	border-radius: 100%;
	text-align: center;
	background-color: #FAFAF7;
	margin: 1em 0;
}
#aboutUs .point li .heading {
	color: #F08300;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	padding: 1em 0 .5em;
}
#aboutUs .point li h3 {
	font-size: 26px;
	line-height: 1.4;
	padding-bottom: .4em;
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
	#aboutUs .point {
		position: relative;
		width: 1000px;
		height: 730px;
		background: url("../img/aboutus_point_bg.png") center center no-repeat;
		background-size: 668px auto;
		margin: 0 auto;
	}
	#aboutUs .point li {
		position: absolute;
		width: 350px;
		height: 350px;
		margin: 0;
	}
	#aboutUs .point li:nth-child(1) {
		left: 50%;
		top: 0;
		margin-left: -175px;
	}
	#aboutUs .point li:nth-child(2) {
		right: 0;
		top: 190px;
	}
	#aboutUs .point li:nth-child(3) {
		left: 50%;
		top: 380px;
		margin-left: -175px;
	}
	#aboutUs .point li:nth-child(4) {
		left:0;
		top: 190px;
	}
	#aboutUs .point li .heading {
		font-size: 23px;
		padding: 1.5em 0 .5em;
	}
	#aboutUs .point li h3 {
		font-size: 32px;
		padding-bottom: .4em;
	}
}
/* ==========================================================
	column
========================================================== */
#column .categoryHeading {
	color: #20AEE5;
}
#column .articleList li {
	position: relative;
}
#column .articleList li a {
	display: block;
	text-decoration: none;
	padding: 1.5em 0;
}
#column .articleList li a .img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 63vw;
	margin-bottom: 1em;
}
#column .articleList li a .img img {
	margin-bottom: 1em;
}
#column .articleList li a .txt h3 {
	font-size: 20px;
	line-height: 1.6;
	padding-bottom: .3em;
}
#column .articleList li a .txt p {
	padding-bottom: .5em;
}
#column .articleList li a .txt p span {
	color: #20AEE5;
	padding-left: .8em;
}
#column .articleList li.doc {
	overflow: hidden;
}
#column .articleList li.doc .img::before {
	content: '資料';
	font-size: 17px;
	font-weight: bold;
	display: block;
	position: absolute;
	color: #fff;
	top: .5em;
	left: .2em;
	transform: rotate(-45deg);
	z-index: 2; 
}
#column .articleList li.doc .img::after {
	content: '';
	display: block;
	position: absolute;
	top: -45px;
	left: -45px;
	width: 90px;
	height: 90px;
	background-color: #F08300;
	transform: rotate(-45deg);
	z-index: 1; 
}
#column .articleList li a .txt .cat {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #20AEE5;
	margin-bottom: .5em;
	padding: .5em;
}
#column .articleList li.doc a .txt .btn span {
	color: #F08300;
	font-weight: bold;
	font-size: 18px;
	background: url("../img/icon_dl.png") 0 center no-repeat;
	background-size: 2em auto;
	padding: .5em 0 .5em 2em;
}
@media only screen and (max-width: 767px) {
	#column .articleList li a .txt h3 br {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	#column .articleList li {
		margin-bottom: 1em;
	}
	#column .articleList li a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#column .articleList li a:hover {
		background-color: #f0efe6;
	}
	#column .articleList li a::after { content: ""; display: block; clear: both; }
	#column .articleList li a .img {
		float: left;
		width: 240px;
		height: 170px;
		margin-bottom: 0;
	}
	#column .articleList li a .txt {
		margin-left: 280px;
		padding-right: 20px;
	}
	
	#column .articleList li a .txt h3 {
		font-size: 26px;
	}
	#column .articleList li a .txt .cat {
		min-width: 9em;
	}
}
/* ==========================================================
	inquiry
========================================================== */
.inquiry {
	height: 80vw;
	overflow: hidden;
	padding: 2em 0;
}
.inquiry .inner {
	position: relative;
	z-index: 2;
}
.inquiry .txt {
	text-align: center;
	padding-bottom: 1.5em;
}
.inquiry .btnBox li {
	margin-bottom: 1em;
}
.inquiry .bg {
	position: absolute;
	width: 100%;
	top: -80px;
	left: 0;
	z-index: 1;
}
.inquiry .bg video {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.inquiry .btnBox li a {
		font-size: 18px;
	}
}
@media only screen and (min-width: 768px) {
	.inquiry {
		height: 260px;
		overflow: hidden;
		padding: 50px 0;
	}
	.inquiry .inner {
		position: relative;
		z-index: 2;
	}
	.inquiry .txt {
		font-size: 19px;
	}
	.inquiry .txt br {
		display: none;
	}
	.inquiry .btnBox {
		text-align: center;
	}
	.inquiry .btnBox li {
		display: inline-block;
		margin: 0 1em;
	}
	.inquiry .btnBox li a {
		font-size: 30px;
	}
}

/* ==========================================================
	footer
========================================================== */
@media only screen and (max-width: 767px) {
	.footer .content {
	  padding-top: 8.46354vw;
	  padding-bottom: 6.51042vw;
	}
	.footer .footer_main .mark_img {
	  height: 17.1875vw;
	  display: flex;
	  justify-content: center;
	  align-content: center;
	}
	.footer .footer_main .mark_img img {
	  height: 100%;
	  width: auto;
	}
	.footer .footer_main .mark_img a {
	  max-width: 17.57813vw;
	}
	.footer .footer_main .mark_img a:not(:last-child) {
	  margin-right: 5.98958vw;
	}
	.footer .footer_bar {
	  height: 13.02083vw;
	  background: #333333;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.footer .footer_bar .copyright {
	  font-size: 3.38542vw;
	  color: #999999;
	}
}
@media only screen and (min-width: 768px) {
	.footer .content {
		margin: 0 auto;
	  padding: 0 20px;
	}
	.footer .footer_main {
	  height: 127px;
	  position: relative;
		max-width: 1100px;
		min-width: 950px;
		margin: 0 auto;
	}
	.footer .footer_main .logo {
	  position: absolute;
	  left: 0;
	  bottom: 34px;
	  width: 246px;
	}
	.footer .footer_main .mark_img {
	  position: absolute;
	  bottom: 16px;
	  right: 0;
	  height: 56px;
	  overflow: visible;
	}
	.footer .footer_main .mark_img img {
	  height: 100%;
	  width: auto;
	  margin-left: 12px;
	}
	.footer .footer_bar {
	  height: 40px;
	  background: #333333;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.footer .footer_bar .copyright {
	  font-size: 12px;
	  color: #999999;
	}
}