@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
 	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  	font-weight: normal;
  	font-style: normal;
	}

/* Tools */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    }
article, aside, details, figcaption, figure, ooter, header, hgroup, menu, nav, section {
    display: block;
    }
ol, ul {
	list-style: none;
    }    
blockquote, q {
    quotes: none;
    }
blockquote:before,blockquote:after, q:before, q:after {
	content: '';
	content: none;
    }
table {
	border-collapse: collapse;
	border-spacing: 0;
    }

.hidden {
	display: none !important;
	visibility: hidden;
    }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
    }
.clearfix:after {
	clear: both;
    }
.clear {
	clear: both;
    }    

/*  font
-------------------------------*/
.bold {
	font-weight: bold;
	font-weight: 600;
    }


/* ===========================================================================
* 	Style 
* =========================================================================== */
html {
	font-size: 62.5%;
	scroll-padding-top: 70px;   
	}
body {
	margin: 0;
	padding: 0;
    color: #1f1f1f;
	font-size: 1.7rem;
	font-family: "Helvetica Neue",Arial, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.025em;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	text-align: justify;
	text-justify: inter-ideograph; 
	}
#page {
	position: relative;
	overflow-x: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}	
.offcanvas #page {
	overflow: hidden;
	position: absolute;
	}
.offcanvas #page:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	}

a {
	color: #1f1f1f;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
a:hover, a:active, a:focus {
	color: #2e5ac4;
	outline: none;
	text-decoration: none;
	}

h1, h2, h3, h5, h6 {
	font-family: "Michroma", sans-serif!important; 
	line-height: 1;
	}
h2 { 
	font-size: 9rem!important;
	}	
	@media screen and (max-width: 768px) {
		h2 { 
			font-size: 4.3rem !important;
			line-height: 1.2 !important;
			}	
		}	

.michroma-regular {
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-style: normal;
	}


::-webkit-selection {
	color: #fff;
	background: #2e5ac4;
	}
::-moz-selection {
	color: #fff;
	background: #2e5ac4;
	}
::selection {
	color: #fff;
	background: #2e5ac4;
	}


/* =========================================================================== *
 * 　 NAV
 * =========================================================================== */
.nav {
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 20px 60px;
	z-index: 1001;
	line-height: 1;
	background: transparent;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
.nav #logo {
	display: block;
	margin: 0;
	padding:0;
	font-size: 35px;
	}
.nav.wt a {
	color: #fff!important;
	}
.nav ul {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
	font-size: 1.8rem;
	}
.nav ul li {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	display: inline;
	}
.nav ul li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	}
.nav ul li a:hover {
	color: #1f1f1f;
	}
.nav ul li a::before,
.nav.wt ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 3px;
	background: #2e5ac4;
	transition: 0.3s;
	}
.nav ul li a:hover::before,
.nav.wt ul li a:hover::before {
	width: 100%;
	}
.nav ul li.active a {
	position: relative;
	}

/*  scrolled
-------------------------------*/
.scrolled .nav {
	padding: 20px 60px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.7);
	}
.scrolled .nav a, .scrolled .nav.wt a {
	color: #1f1f1f!important;
	text-shadow: none;
	}
.scrolled .nav ul li a:hover, .scrolled .nav ul li a:focus, .scrolled .nav ul li a:active {
	color: #1f1f1f !important;
	}
.scrolled .nav ul li.active a {
	color: #2e5ac4;
	}
	@media screen and (max-width: 768px) {
		.nav,
		.scrolled .nav {
			padding: 15px 0;
			}
		.nav #logo {
			font-size: 2.5rem;
			}
		.nav a {
			}
		.nav .menu-1 {
			display: none;
			}
		}
	@media screen and (min-width: 480px) {
		.nav ul li.inquiry, .nav.wt ul li.inquiry
		.scrolled .nav ul li.inquiry, .scrolled .nav.wt ul li.inquiry  {
			display: none;
			}
		}


/*  offcanvas
--------------------------------------------------------------- */
#offcanvas {
	position: fixed;
	z-index: 1901;
	width: 270px;
	background: #2e5ac4;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 60px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
	@media screen and (max-width: 768px) {
		#offcanvas {
			display: block;
			}
		}
.offcanvas #offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	}
#offcanvas .menu a {
	display: block;
	padding: 15px 0;
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
#offcanvas .menu a:hover {
	color: #fff;
	}
#offcanvas .menu ul {
	margin: 0;
	padding: 0;
	}
#offcanvas .menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}	
#offcanvas ul li.inquiry {
	display: block;
	margin-top: 50px;
	}
#offcanvas ul li.inquiry .btn {
	font-size: 1.6rem!important;
	}

#offcanvas ul li.inquiry i {
	margin-right: 5px;
	}


/*  toggle
--------------------------------------------------------------- */
.nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;

	}
.nav-toggle.active i::before, .nav-toggle.active i::after {
	background: #444;
	}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
	outline: none;
	border-bottom: none !important;
	}
.nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #fff;
	font: bold 14px/.4 Helvetica;
	text-indent: -55px;
	background: #252525;
	transition: all .2s ease-out;
	}
.nav-toggle i::before, .nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: #252525;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
	}
.nav-toggle.nav-white > i {
	color: #252525;
	background: #252525;
	}
.nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
	background: #252525;
	}
.nav-toggle.nav-white > i {
	color: #252525;
	background: #252525;
	}	
.nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
	background: #252525;
	}
.nav-toggle i::before {
	top: -7px;
	}
.nav-toggle i::after {
	bottom: -7px;
	}
.nav-toggle:hover i::before {
	top: -10px;
	}
.nav-toggle:hover i::after {
	bottom: -10px;
	}
.nav-toggle.active i {
	background: transparent;
	}
.nav-toggle.active i::before {
	top: 0;
	background: #252525;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	}
.nav-toggle.active i::after {
	bottom: 0;
	background: #252525;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	}
.nav-toggle {
	position: fixed;
	right: 10px;
	top: 7px;
	z-index: 21;
	padding: 6px 0 0 8px;
	display: block;
	margin: 0 auto;
	display: none;
	height: 42px;
	width: 42px;
	z-index: 2001;
	border-bottom: none !important;
	}
.scrolled .nav-toggle {
	top: 7px;
	}
	@media screen and (max-width: 768px) {
		.nav-toggle {
			display: block;
			}
		}



/* =========================================================================== *
 * 　 SECTION
 * =========================================================================== */
.section-white, .section-bg, .section-blue, .section-grad {
	padding: 7em 0;
	}
	@media screen and (max-width: 768px) {
		.section-white, .section-bg, .section-blue, .section-grad {
			padding: 3.5em 0;
			}
		}
.section-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
.section-blue{
	background: #deedf9;
	}

.section-grad {
	background-color: #4367ca;
	background-image: -webkit-linear-gradient(210deg, #4367ca 0%, #80D0C7 100%);
	background-image: -o-linear-gradient(210deg, #4367ca 0%, #80D0C7 100%);
	background-image: linear-gradient(300deg, #4367ca 0%, #80D0C7 100%);
	color: #fff;
	}

/*  section-heading  */
.section-heading {
	display: block;
	margin-bottom: 3.5em;
	}
.section-heading h3 {
	display: block;
	margin-bottom: 10px;
	padding-left: .75em;
	font-size: 2rem;
	}	
.section-heading h3:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f04d";
	position: relative;
	top: 0;
	left: -0.5em;
	font-size: 1.7rem;
	color: #2e5ac4; 
	}
.section-heading h3.wt:before {
	color: #fff!important; 
	}
.section-heading h5.en { 
	display: block;
	font-size: 3.5rem; 
	}	
.section-heading h6 { 
	display: block;
	font-size: 3rem; 
	text-align: center;
	}	
	@media screen and (max-width: 768px) {
		.section-heading {
			margin-bottom: 2em;
			}
		.section-heading h3 {
			font-size: 1.5rem;
			}
		.section-heading h3:before {
			font-size: 1.4rem;
			}
		.section-heading h5.en { 
			font-size: 2.5rem; 
			}	
		.section-heading h6 { 
			font-size: 2.1rem; 
			}	
		}

/*  text  */
.txt_1 {
	text-align: left;
	}
.txt_2 {
	text-align: center;
	}

/*  padding  */
.no-gutter > [class*='col-'] {
    padding: 0 7.5px;
    }
	@media screen and (max-width: 768px) {
        .no-gutter > [class*='col-'] {
            padding: 0 5px;
            }
		}
.no-padded {
	margin: 0 !important;
	padding: 0 !important;
    }



/*  keyVisual
 * =========================================================================== */
#keyVisual {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh !important;
	}
#keyVisual .intro {
	position: relative;
	display: table;
	width: auto;
	z-index: 10;
	margin: 0 auto;
	height: 100vh;
	}
#keyVisual .intro-text {
	display: table-cell;
	vertical-align: middle;
	}
#keyVisual .intro-text h2 {
	line-height: 1.35;
	text-shadow:1px 1px 1px #fff;
	}
#keyVisual .intro-text h2.wt {
	color: #fff!important;	
	text-shadow: 1px 1px 1px #1f1f1f;
	}


/* =========================================================================== *
 * 　 TOP
 * =========================================================================== */

/*  about
-------------------------------------------------------------------- */
#about {
	background-image: url("../images/top/cover_about-pc.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
#about .lead p {
	margin-bottom: 30px;
	font-size: 1.7rem;
	line-height: 1.8;
	}
#about .lead p:last-child {
	margin-bottom: 0;
	}

	@media screen and (max-width: 768px) {
		#about {
			background-image: url("../images/top/cover_about-sp.png");
			background-size: contain;
			background-position: bottom;
			}
		#about .lead p {
			margin-bottom: 15px;
			}
		}


/*  service
-------------------------------------------------------------------- */
#service .business {
	overflow: hidden;
	display: table;
	width: 100%;
	height: 680px;
	}
#service .business .feature-image {
	display: table-cell;
	vertical-align: middle;
	height: 680px;
	}
#service .business .feature-image img {
	position: relative;
	display: block;
	z-index: 99!important;
	height: 470px;
	left: 0;
	}
#service .business .feature-image img.reverse {
	right: 0;
	height: 470px;
	margin-left: -215px;			
	}
#service .business .item-wrap.blue {
	padding: 8.5em 23em;
	background: #2e5ac4;
	color: #fff;
	z-index: -99!important;
	}
#service .business .item-wrap.blue ul {
	margin-left: 15px;
	}
#service .business .item-wrap.blue ul li {
	margin-bottom: 25px;
	line-height: 1;
	text-indent: -1em;
	padding-left: 1em;
	}
#service .business .item-wrap.blue ul li:last-child {
	margin-bottom: 0;
	}
#service .business .item-wrap.blue ul li:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e116";
	position: relative;
	top: 0;
	left: -0.5em;
	font-size: 1.7rem;
	color: #fff; 
	}
#service .business .item-wrap.turquoise {
	padding: 4em 27em;	
	background: #c1e5ec;
	color: #4daab9;
	}
#service .business .item-wrap.turquoise .support {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#service .business .item-wrap.turquoise .support li {
	width: 48%;
	background: #fff;
	border: 5px solid #4daab9;
	}
#service .business .item-wrap.turquoise .support li.card {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	padding: 2em 1.5em;
	text-align: center;
	line-height: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10x;
	border-radius: 10px;
	}
#service .business .item-wrap.turquoise .support li.card .thum {
	display: block;
	margin: 15px auto 30px auto;
	width: 20%;
	}
#service .business .item-wrap.turquoise .support li.card .ttl {
	margin-bottom: 15px;
	font-size: 2.2rem;
	}
#service .business .item-wrap.turquoise .support li.card .txt {
	}
#service .business .item-wrap.turquoise .support li.card:nth-last-child(-n+2) {
	margin-bottom: 0;
	}
	@media screen and (max-width: 768px) {
		#service .business {
			display: block;
			height: auto;
			}
		#service .business .feature-image {
			display: block;
			height: auto;
			}
		#service .business .feature-image img {
			display: block;
			width: 100%;
			height: auto;
			}
		#service .business .feature-image img.reverse {
			display: block;
			width: 100%;
			height: auto;
			margin-left: 0;			
			}
		#service .business .item-wrap.blue {
			display: block;
			margin-bottom: 1.5em;
			padding: 3em 1em;
			}
		#service .business .item-wrap.blue  ul li {
			margin-bottom: 15px;
			line-height: 1.5;
			}
		#service .business .item-wrap.turquoise {
			padding: 3em 1em;
			}
		#service .business .item-wrap.turquoise .support {
			height: auto;
			}
		#service .business .item-wrap.turquoise .support li {
			border: 3px solid #4daab9;
			}
		#service .business .item-wrap.turquoise .support li.card {
			margin-bottom: 10px;
			padding: 1em;
			}
		#service .business .item-wrap.turquoise .support li.card .thum {
			display: block;
			margin: 10px auto;
			width: 30%;
			}
		#service .business .item-wrap.turquoise .support  li.card .ttl {
			margin-bottom: 15px;
			font-size: 2.2rem;
			}
		#service .business .item-wrap.turquoise .support  li.card .txt {
			line-height: 1.35;
			}
		#service .business .item-wrap.turquoise .support  li.card:nth-last-child(-n+2) {
			margin-bottom: 0;
			}
		}

/*  products
-------------------------------------------------------------------- */
#products {
	padding: 7em 0 0 0;
	}
#products .item-wrap {
	background: #deedf9;
	padding: 7em 0;
	}

/*  slider
-------------------------------*/
#loopslider {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 425px;
	text-align: left;
	overflow: hidden;
	}
#loopslider ul {
	height: 425px;
	float: left;
	display: inline;
	overflow: hidden;
	}
#loopslider ul li {
	margin: 0 15px;
	padding: 5px;
	width: 365px;
	height: 420px;
	float: left;
	display: inline;
	overflow: hidden;
	}
#loopslider ul li img {
	display: block;
	width: 350px;
	height: 400px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10x;
	border-radius: 10px;
	}
	@media only screen and (max-width: 768px) {
		#products {
			padding: 3.5em 0 0 0;
			}
		#products .item-wrap {
			padding: 3.5em 0;
			}
		#loopslider {
			height: 240px;
			}
		#loopslider ul {
			height: 240px;
			}
		#loopslider ul li {
			width: 215px;
			height: 240px;
			}
		#loopslider ul li img {
			width: 200px;
			height: 225px;
			}	
		}


/*  news
-------------------------------------------------------------------- */
#news .post {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	}
#news .post li {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}
#news .post li:last-child {
	margin-bottom: 0;
	}
#news .post li .date {
	display: block;
	margin-bottom: 5px;
	}	
#news .post li .ttl {
	margin-bottom: 15px;
	font-size: 2rem!important;
	color: #2e5ac4; 
	}
	@media only screen and (max-width: 768px) {
		#news .post li .ttl {
			font-size: 1.9rem!important;
			}
		}
#news .balloon{
	position: relative;
	padding: 10px;
	background-color: #ffea00;
	text-align: center;
	color: #dc143c;
	font-weight: 600;
	}
#news .balloon::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: 0 auto;
	border-top: 12px solid #ffea00;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	}
#news img{
	display: block;
	margin: 20px auto 0 auto;
	width: 100px;
	}





/*  banner
-------------------------------------------------------------------- */

#banner {
	padding-bottom: 7em;
	}
#banner .company-bnr {
	position: relative;
	display: block;
	color: #fff!important;
	}
#banner .company-bnr figure img {
	display: block;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	max-height: 300px;
	}
#banner .company-bnr .desc {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	max-height: 300px;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
	}
#banner .company-bnr .desc:hover {
	background-color: rgba(0, 0, 0, 0.15);
	color: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
#banner .company-bnr .desc .box {
	padding: 0 50px;
	width: 50%;
	box-sizing: border-box;
	}
#banner .company-bnr .desc .box .section-heading {
	margin-bottom: 0;
	}
#banner .company-bnr .desc .box .arrow {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	border: solid 2px #fff;
	}
#banner .company-bnr .desc .box .arrow i {
	font-size: 2.5rem;	
	}
	@media only screen and (max-width: 768px) {
		#banner {
			padding-bottom: 3.5em;
			}
		#banner .company-bnr .desc .box {
			padding: 0 15px;
			}
		#banner .company-bnr .desc .box .arrow {
			width: 45px;
			height: 45px;
			line-height: 45px;
			}
		#banner .company-bnr .desc .box .arrow i {
			font-size: 2rem;	
			line-height: 40px;
			}
		}


/* =========================================================================== *
 * 　 COMPANY
 * =========================================================================== */

/*  outline
-------------------------------------------------------------------- */
#outline .detail {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	border-top: 1px solid #ccc;
	}
#outline .detail dt {
	flex-basis: 20%;
	padding: 20px 0;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
	}
#outline .detail dt span {
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	background: #2e5ac4;
	}
#outline .detail dd {
	flex-basis: 80%;
	padding: 25px 0 25px 40px;
	border-bottom: 1px solid #ccc;
	}
#outline .detail dd.info {
	line-height: 1.35;
	}
#outline .detail dd.info p {
	margin-bottom: 0;
	}
#outline .detail dd.info address {
	margin-bottom: 30px;
	}
#outline .detail dd.info address:last-child {
	margin-bottom: 0;
	}
#outline .detail dd.info address span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 5px;
	color: #2e5ac4;
	font-weight: 600;
	border: 2px solid #2e5ac4;
	}
#outline .detail dd.info address .btn { 
	margin-left: 1em;
	}
#outline .detail dd.info ul li {
	display: block;
	margin: 0 0 15px 12px;
	text-indent: -8px;
	padding-left: -1em;
	}
#outline .detail dd.info li:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	position: relative;
	top: -3px;
	left: -5px;
	font-size: 8px;
	color: #2e5ac4;
	}
#outline .detail dd.info p:last-child,
#outline .detail dd.info li:last-child{
	margin-bottom: 0;
	}
	@media screen and (max-width: 768px) {
		#outline .detail {
			}
		#outline .detail dt {
			flex-basis: 25%;
			padding: 10px 0;
			}
		#outline .detail dd {
			flex-basis: 75%;
			padding: 15px 0 15px 20px;
			}
		#outline .detail dd.info address .btn { 
			margin-left: 0;
			}
		}
	@media screen and (min-width: 480px) {
		#outline .detail dd.info br{
			display: none;
			}
		}


/*  equipment
-------------------------------------------------------------------- */
#equipment .iqu-img {
	margin-bottom: 1.5em;
	}
#equipment .iqu-img .machinery {
	margin-bottom: 1.5em;
	}
#equipment .iqu-img .machinery .model {
	margin-top: 10px;
	line-height: 1;
	}
#equipment .iqu-txt ul li {
	display: block;
	margin: 0 0 10px 12px;
	text-indent: -8px;
	padding-left: -1em;
	}
#equipment .iqu-txt ul li:last-child {
	margin-bottom: 0;
	}
#equipment .iqu-txt ul li:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	position: relative;
	top: -3px;
	left: -5px;
	font-size: 8px;
	color: #2e5ac4;
	}


/* 　 contact
 * =========================================================================== */
#contact .cta {
	text-align: center!important;
	}
#contact .cta .form, #contact .cta .tel {
	line-height: 1;
	}
#contact .cta .form .btn {
	margin-top: 20px;
	width: 240px;
	}
#contact .cta .tel .number {
	margin: 15px 0 ;
	font-size: 4rem;
	line-height: 1;
	}
#contact .cta .tel {
	border-left: 2px solid #fff;
	}
	@media screen and (max-width: 768px) {
		#contact .cta .form {
			margin-bottom: 30px;
			padding-bottom: 30px;
			border-bottom: 1px solid #fff;
			}
		#contact .cta .form .btn {
			margin-top: 10px;
			}
		#contact .cta .tel {
			border: none;
			}
		#contact .cta .tel .number {
			margin: 10px 0 ;
			}
		#contact .cta .tel p {
			line-height: 1;	
			}
		}


/*  contact(form)
------------------------------------------------------------------ */
#header {
    padding: 11em 0 5em 0;
	background-color: #4367ca;
	background-image: -webkit-linear-gradient(210deg, #4367ca 0%, #80D0C7 100%);
	background-image: -o-linear-gradient(210deg, #4367ca 0%, #80D0C7 100%);
	background-image: linear-gradient(300deg, #4367ca 0%, #80D0C7 100%);
    text-align: center;
    }
#header h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #1f1f1f;
    }
    @media (min-width: 576px) and (max-width: 992px) {
        #header {
            padding: 8em 0 4em 0;
            }
        #header .page-heading {
            font-size: 4rem;
            border-bottom: 5px solid #1f1f1f;
            }
        }
    @media screen and (max-width: 768px) {
        #header {
            padding:5em 0 3em 0;
            }
		}

#form {
	border-bottom: 10px solid;
	border-image: linear-gradient(to right, #4367ca 0%, #80D0C7) 1;
	}
#form .frame {
	display: block;
	margin-bottom: 3em;
	padding: .75em;
	border: 1px dashed #222;
	}
#form .frame p {
	text-align: center;
	}
	@media screen and (min-width: 480px) {
		#form .frame p br {
			display: none;
			}
		}
	@media screen and (max-width: 480px) {
		#form .frame p {
			text-align: left;
			line-height: 1.35;
			}
		}
#form span.required {
	color: #CC0000;
	}
#form .btn {
    display: block;
	width: 240px;
    margin: 3em auto 0 auto;
    }
    @media screen and (max-width: 480px) {
        #form .txt3 {
            margin-bottom: 1.5em;
            text-align: left;
            }
		            }
    @media screen and (min-width: 480px) {

        #form .txt3 br {
			display: none;
            }
        }
#form .form-group {
    margin-bottom: 2.5em;
	}
#form .form-group:last-child {
	margin-bottom: 0;
	}
#form .form-control {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;
	border: none;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	}
#form label {
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	}
#form span.required {
    position: relative;
    top: 7px;
    font-size: 2.5rem;
	margin-right: 0.25em;
	color: #CC0000;
	}
#form input[type="text"] {
	padding: 0;
	height: 70px;
	margin-bottom: 2em;
	font-size: 1.8rem;
	}
#form textarea {
	padding: 2em 0;
	font-size: 1.8rem;
	}
    @media screen and (max-width: 768px) {
        #form .form-group {
            margin-bottom: 2em;
            }
        #form input[type="text"] {
            height: 40px;
            }
        }
#form .form-control:focus, 
#form .form-control:active {
	border-bottom: 2px solid #1f1f1f;
	}
#form .form-control:focus, 
#form .form-control:active {
	border-bottom: 1px solid #1f1f1f;
	}
/* Chrome, Safari */
.form-control::-webkit-input-placeholder {
	font-size: 13px;
	}
/* Firefox */
.form-control::-moz-placeholder {
	font-size: 13px;
	}
/* Firefox 18以前 */
.form-control:-moz-placeholder {
	font-size: 13px;
	}
/* IE */
.form-control:-ms-input-placeholder {
	font-size: 13px;
	}


/* 　 footer
 * =========================================================================== */
#footer {
	padding: 4em 0;
	}
#footer .office-info .ftr-logo {
	margin-bottom: 15px;
	font-size: 2.5rem;
	}
#footer .office-info .address p {
	line-height: 1.35!important;
	}
#footer .copyright {
	margin-top: 2em;
	text-align: right;
	font-size: 1.6rem;
	}
	@media screen and (max-width: 768px) {
		#footer {
			padding: 3em 0;
			text-align: center;
			}
		#footer .copyright {
			margin-top: 1em;
			text-align: center;
			}
		}



/*  btn
--------------------------------------------------------------- */
.btn {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
.btn.btn-sm {
	padding: 7px 15px 5px 15px!important;
	font-size: 1.5rem;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	}
.btn.btn-md {
	padding: 8px 20px !important;
	}
.btn.btn-lg {
	padding: 18px 0 !important;
	width: 100%;
	}
.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
	}




.btn-primary {
    background: #2e5ac4;
    color: #fff;
    font-weight: 600;
    border: 2px solid #2e5ac4 !important;
    }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #2e5ac4 !important;
    border-color: #2e5ac4 !important;
    }
.btn-primary.btn-outline {
    position: relative;
    background: transparent;
    color: #2e5ac4;
    border: 2px solid #2e5ac4;
    }
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #2e5ac4;
    color: #fff;
    }

.btn-cta {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,0662d3+100 */
	background: linear-gradient(135deg,  #87e0fd 0%,#0662d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87e0fd+0,0662d3+100 */
	background: linear-gradient(135deg,  #87e0fd 0%,#0662d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	}
.btn-white {
	background: none;
	color: #fff;
	border: 2px solid #d9534f;
	}
.btn-white:hover, .btn-white:focus, .btn-white:active {
	color: #1f1f1f;
	background: #f2f2f2 !important;
	border-color: #f2f2f2 !important;
	}
.btn-white.btn-outline {
	color: #fff;
	border: 2px solid #fff;
	}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
	background: #fff;
	color: #1f1f1f;
	border: 2px solid #fff;
	}
.btn-outline {
	background: none;
	border: 2px solid #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
	}
	

/*  gototop
--------------------------------------------------------------- */
.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
.gototop.active {
	opacity: 1;
	visibility: visible;
	}
.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	}
.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	}
.gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
	}
