/* ==========================================================================
HTML5 display definitions
========================================================================== */
 
/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }
/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
[hidden] { display: none; }
/* ==========================================================================
Base
========================================================================== */
 
html { font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */ }
html, html a { -webkit-font-smoothing: antialiased; }/*フォントを綺麗に見せる*/

/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */
 
a:focus { outline: thin dotted; }
/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }
/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */
 
h1 { font-size: 2em; margin: 0.67em 0; color: #353535; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.6em; margin: 1em 0; }
h4 { font-size: 1.8em; margin: 1.33em 0; font-weight:800; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.75em; margin: 2.33em 0; }
/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }
/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
/* * Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }
/* * Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }
/* * Addresses margins set differently in IE 6/7. */
/*p, pre { margin: 1em 0; }*/
/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* * Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
/* * Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }
/* * Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

em06 { font-size: 0.6em; }
.em06 { font-size: 0.6em; }
em08 { font-size:0.8em; }
.em08 { font-size:0.8em; }
em12 { font-size: 1.2em; }
em14 { font-size: 1.4em; }
.em14 { font-size: 1.4em; }
.em16 { font-size: 1.6em; }
.fontRed {color: #c02;}
.fontWht { color: #fff; }
.fontGrn { color: #063; }
.fontBlk { color: #000; }
bld { font-weight: bold; }
bld-red-em12 { font-weight:bold; color: #c02; font-size: 1.2em; }
.clear { clear: both; }
.text-center { text-align: center; margin-left:auto; margin-right: auto;}
.text-a br {
  display: none;
}
.text-b br {
  display: inline;
}
/* ==========================================================================
Lists
========================================================================== */
/* * Addresses margins set differently in IE 6/7. */
 
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
/* * Addresses paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 40px; }
/* * Corrects list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }
/* ==========================================================================
Embedded content
========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */
 
img { border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */ }
/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
 
figure { margin: 0; }
/* ==========================================================================
Forms
========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */
 
form { margin: 0; }
/* * Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/* * 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */
	padding: 0; white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */ }
/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
*vertical-align: middle; /* 3 */ }
/* * Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
button, input { line-height: normal; }
/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6. */
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
*overflow: visible; /* 4 */ }
/* * Re-set default cursor for disabled elements. */
button[disabled], input[disabled] { cursor: default; }
/* * 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
*width: 13px; /* 3 */ }
/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box; }
/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* * Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* * 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */
vertical-align: top; /* 2 */ }
/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }
/* ==========================================================================
Global Styles
========================================================================== */
a { color: #353535; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
a:hover, a:focus { color: #3dc9b3; text-decoration: none; }
p {
	color: #666;
	word-spacing: 1px;
	line-height: 180%;
	font-size: 1.2em;
}
h2 { font-size: 1.6em; color: #353535; text-transform: uppercase; font-weight: bold; }
h2::after { /*content: " "; border: solid 2px #3dc9b3; display: block; width: 35px; margin: 25px auto;*/ }
.section-padding {
	padding: 80px 0 30px;
	}
.dark-bg { background: #f3f5f8; }
.light-bg { background-color: #fff; }
.dark-box { background: #f3f5f8; -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; box-shadow: 0px 3px 0px 0px #f0f2f4;
}
.light-box {
	background-color: #fff; -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; box-shadow: 0px 3px 0px 0px #f0f2f4; padding: 20px 0;  border: solid 1px #b8d67c; }
.light-box:hover, .light-box:focus { -webkit-box-shadow: 0px 3px 0px 0px #3dc9b3; -moz-box-shadow: 0px 3px 0px 0px #3dc9b3; box-shadow: 0px 3px 0px 0px #3dc9b3; }
.box-hover { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
.foot-box {
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
	-moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
	box-shadow: 0px 3px 0px 0px #f0f2f4;
	padding: 20px 0;
	border: solid 1px #b8d67c;
}
.foot-box:hover, .foot-box:focus {
	-webkit-box-shadow: 0px 3px 0px 0px #3dc9b3;
	-moz-box-shadow: 0px 3px 0px 0px #3dc9b3;
	box-shadow: 0px 3px 0px 0px #3dc9b3;
}
.box-hover { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
.box-hover:hover, .box-hover:focus { transform: translate(0, -15px); -webkit-transform: translate(0, -15px); -ms-transform: translate(0, -15px); }
.box-hoverL { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
.box-hoverL:hover { transform: translate(0, -50px); -webkit-transform: translate(0, -50px); -ms-transform: translate(0, -50px); }
.wrapper {
	margin-bottom: 80px;
}
.nopadding { padding: 0; }
.inner { padding-top: 170px; }

.btn-flat-border {
	font-size: 1.2em;
	display: inline-block;
	padding:1em 8em;
	text-decoration: none;
	color: #fff;
	border: solid 1px #fff;
	transition: .4s;
	margin: 1em 0;
}
.btn-flat-border:hover {
  background: rgba(255, 255, 255, 0.4);
  color: white;
}
/* ==========================================================================
ナビゲーション
========================================================================== */
nav {
	margin-top: 0px;/*ナビバー全体背景*/
	}
.navbar-default{
	background-color: #129fe4;
	color:#FFF;
	}
.navbar-default .navbar-nav > li > a {
	color: #fff;/*ナビの文字色*/
	}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	background-color:rgba(0, 108, 163, 0.8);/*ナビ　オーバー時の文字色、背景色*/
	color: rgba(0, 0, 0, 1);
	}
nav ul {
	list-style: none; padding: 0;
	}
nav ul li {
	color: rgba(255, 255, 255, 0.6);
	display: block;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
	padding-left: 0;
	position: relative;
}
nav ul li:last-child { border: none; }

nav ul li a {
	color: rgba(255, 255, 255, 1);
	display: block;
	padding: 20px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
	padding-left: 0;
	position: relative;
}
nav ul li a:hover, nav ul li a:focus {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);/*オーバー時の文字色*/
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
	color:rgba(255, 255, 255, 1);
	/*background-color:rgba(255, 255, 255, 0.6);/*ロゴ　オーバー時の文字色、背景色*/
	opacity: 0.8;
}
.navbar-default .navbar-brand {
	color: #fff;
}
.navbar-brand {
	padding:0; margin-right:160px;/*ロゴ右マージン*/
}
.navbar-brand img {
	display: inline;/*ロゴの横に文字*/
	margin: 10px;
	height: 60px;
	transition: all 0.2s ease;
	-moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}

.navbar-toggle { background-color:#FFF;}/*toggle背景*/
#nav-toggle { position: absolute; right: 15px; top: 0; }
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #353535; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }
.navicon { position: relative; height: 26px; }
.indicator { position: absolute; right: 10px !important; }
.pull { display: none; }
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}
a[href^="tel:"] {
	pointer-events: none;
}


/* ==========================================================================
common パーツ
========================================================================== */
h3 .arrow {
	font-size: 2.4em;
	text-align: center;
	text-transform: uppercase;
	color: #353535;
	letter-spacing: 1px;
	/*background: url('../images/h1-bg.png') no-repeat center bottom;*/
	padding-bottom: 30px;
	/*margin-top:0px; font-weight: bold;*/
}
.arrow::before {
	content: url(../common/ti_image.png);
}
h3 .a {
	display:inline-block;
}
.en {
	font-size: 0.8em;
	color: #999;
}
.arrow::after {
	content: url(../common/ti_image.png);
	display: inline;
}

h3 .arrow2 {
	font-size: 2.4em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	padding-bottom: 30px;
	/*margin-top:0px; font-weight: bold;*/
}
.arrow2::before {
	content: url(../common/ti_image_w.png);
}
h3 .bb {
	display:inline-block;
	color: #FFF;
}
.enbb {
	font-size: 0.8em;
	color: #fff;
}
.arrow2::after {
	content: url(../common/ti_image_w.png);
	display: inline;
}

h2.arrow { font-size: 2.4em; text-transform: uppercase; color: #353535; letter-spacing: 0.6em; line-height: 1.4em;  margin:30px 0; font-weight: bold; }

.down-arrow-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background: rgba(18, 163, 222, 0.8);
	display: inline-block;
	margin: 10px auto 10px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	z-index: 10;
}
.down-arrow-btn:hover, .down-arrow-btn:focus {
	color: #fff;
	background: rgba(0, 108, 163, 1);
}
.down-arrow {
	background-color: #FFF;
}
.up-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%;
	background: rgba(61, 201, 179, 0.5);
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: absolute;
	top: -26px; left: 0;
	right: 0; margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.up-btn:hover, up-btn:focus {
	color: #fff;
	background: rgba(61, 201, 179, 1);
}
.up-buttons {
	list-style: none;
}
/*----- 上へボタン ----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
	opacity: 0.6;
}
#page-top a {
    display: block;
    background: #006ca3;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
	border:solid 2px #FFFFFF;
}
#page-top a:hover {
    background: #129fe4;
    text-decoration: none;
}
.box1 {
    padding: 2em 4em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box1 p {
    margin: 0; 
    padding: 0;
}
.img-responsive {
	max-width: 100%;
	margin: 0 auto;
}
/* ==========================================================================
Footer
========================================================================== */
footer {
	background-color: #eee;
	padding: 10px 0;
}
footer p {
	color: #129fe4;
}
footer a {
	color: #129fe4;
}
footer a:hover {
	color: #063;
}

footer .bg {
	background:url(../common/foot_bg.png) center no-repeat;
	background-size: cover;
	height: 280px;
	bottom: 0;
	border-bottom:solid 6px #129fe4;
}
.foot-bt {
	font-size: 1.4em;
}
ul.legals {
	list-style: none;
	color: #fff;
	line-height: 25px;
}
ul.legals li {
	display: inline-block;
}
ul.legals li::after {
	content: " |";
	color: #129fe4;
}
ul.legals li:last-child::after { content: ""; }
.legals { text-align: center; }
.credit { text-align: right; }
#copyright {
	background-color: #006ca3;
	color: #FFF;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
#copyright a {
	color: #FFF;
}
#copyright a:hover {
	color: #FF6;
}
.foot-bt {
	font-size: 1.4em;
	line-height: 100%;
}
.foot-box {
	margin-bottom: 20px;
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-10s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-15s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-20s { animation-delay: 2s; -webkit-animation-delay: 2s; }


/* ==========================================================================
top
========================================================================== */
.hero {
	/*-webkit-background-size: cover;
	/*-moz-background-size: cover;
	/*-o-background-size: cover;
	/*background-size: cover;*/
	/*padding: 0; /*height: auto;*/
	width:100%;
	height: 100%;
	/*margin-top: 58px;*/
	}
#hero .jumbotron {
	height: 600px;
	background:url(../common/sl01.jpg) center no-repeat;
	background-size: cover;
	margin-top: 58px;
}
/*#hero .inner { padding-top: 80px; }*/
.subt { font-size: 2em;}
.hero h1 {
	font-size: 2.4em;
	letter-spacing: 0.3em;
	line-height: 1.4em;
	width:440px;
	height: 232px;
	font-family: "Sawarabi Mincho", "MS明朝", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
	margin: 0;
	color:#FFF;
	font-weight:800;
	margin-bottom:0;
	background-image: url(../common/ms01.png) ;	
	padding: 20px 20px;
	opacity: 0.8;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	}
.hero h1 span {
	font-size: 0.6em;
	letter-spacing: 0.3em;
	line-height: 1.6em;
	padding-top: 10px;
	color: #fff;
	display: inline-block;
	}
/*.hero h2 { font-size: 5em; letter-spacing: 12px; margin: -10px 0 10px; color: #c02; text-shadow: 4px 4px 8px #000; }*/
.hero p { letter-spacing: 1px; color:#FFF; line-height: 1.5em; font-weight:800; }
.learn-more-btn { background: rgba(61, 201, 179, 1); padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #309383; -moz-box-shadow: 0px 3px 0px 0px #309383; box-shadow: 0px 3px 0px 0px #309383; margin: 4px 0 80px; font-weight: bold; }/*　marginを60px 0 100pxから修正*/
.learn-more-btn:hover, .learn-more-btn:focus { background: rgba(61, 201, 179, 0.6); color: #fff; }
#hero .btn {
	margin-top: 250px;
	position: absolute;
	left: 0px;
}
#hero a {
	opacity: 0.8;
}
#hero a:hover {
	opacity: 1;
}

/*--------------------- top トピックス ---------------------*/
#topics {
  height: auto;
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 200px;
}
.accordion2 {text-align: center; padding:4px; font-size: 1em;}
.accordion2 .ac-inner {display: none;}
.accordion2 p{cursor: pointer; padding: 10px;}
.accordion2 p.ac1{background: #1e50a2; color:#FFF;}
.accordion2 .ac-inner li{padding: 10px 0;}
.accordion2 .ac-inner li.content1-1{background: #eee; color: #666; list-style:none;}
.accordion2 ul {margin-top: 0; padding-left:0;}
.accordion2 p { margin-bottom: 0;}

.accordion2 p.ac3{
  background: #1e50a2;
  color:#FFF;
  font-size: 1.2em;
  padding: 10px;
}
.accordion2 .ac-inner0 li.content1-3 {
  background: #eee;
  color: #666;
  list-style: none;
  padding: 10px;
}

/*--------------------- top 事業内容 ---------------------*/
#topjigyou {
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png),
					 url(../images/jigyou_bg.jpg);
	background-repeat:no-repeat,
					  no-repeat,
					  no-repeat;
	background-position:left top,
						right top,
						center top;
	background-size: 100px 100%, 100px 100%, cover ;
}
.responsive-services { position: relative; }
.img100-600px {
	width: 100%;
	max-width: 600px;
	padding-bottom: 40px;
}
.layer-inl{
  position: absolute;
  left: 0px;  
  z-index:2;
  background-image: url(../common/side_l.png);
  width: 114px;
  height:98.5%;
  background-size: cover;
  background-position: top left;
}
.layer-inr{
  position: absolute;
  right: 0px;  
  z-index:2;
  margin-top: -80px;
  background-image: url(../common/side_r.png);
  width: 114px;
  height: 883px;
}
.z3 {
	z-index:3;
}
#topjigyou p {
	color: #FFF;
}

/*--------------------- top 採用情報 ---------------------*/
#recruit {
	background-color: #FFF;
	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left,
						right top;
	background-size: 100px 100%, 100px 100%;
}
#recruit .wrapper {
	height: 600px;
}
h2.tomo {
	font-size: 2em;
}

/* ==========================================================================
会社概要
========================================================================== */
/*---------------------　社長挨拶　--------------------*/
#aisa {
	background-color: #FFF;
	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left,
						right top;
	background-size: 100px 100%, 100px 100%;
}
#aisa .wrapper {
	height: 840px;
}
#mes img { margin: 0 auto; }
.img-bos {
	max-width: 60%;
}
/*---------------------　経営方針　---------------------*/
#houshin {	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png),
					 url(../images/jigyou_bg.jpg);
	background-repeat:no-repeat,
					  no-repeat,
					  no-repeat;
	background-position:left top,
						right top,
						center top;
	background-size: 100px 100%, 100px 100%, cover ;
}
.meiban {
	max-width: 100%;
}
#houshin .wrapper {
	height: 100px;
}
#hyou {	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png),
					 url(../profile/rinen_bg.jpg);
	background-repeat:no-repeat,
					  no-repeat,
					  no-repeat;
	background-position:left top,
						right top,
						center top;
	background-size: 100px 100%, 100px 100%, cover ;
}
#hyou .wrapper {
	height: 600px;
}
#houshin ol, ul {
	font-size: 1.2em;
	color: #FFF;
}
#hyou img {
	max-width: 100%;
}
.box-ol {
	padding:10px;
	border-radius:10px;
	display:inline-block;
	margin-bottom:20px;
	text-align:left;
}

/*---------------------　会社概要　---------------------*/
#gaiyou {
	background-color: #FFF;
	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left top,
						right top;
	background-size: 100px 100%, 100px 100%;
}
/*#gaiyou .wrapper {
	height: 510px;
}*/
.kaisya {
	max-width: 100%;
}
#gaiyou table {
	width: 90%;
	margin: auto;
}
.profile th, .profile td {
	padding-top: 15px;
	border-bottom: solid 1px #ccc;
}
#gaiyou table.profile th {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	width: 30%;
	white-space: nowrap;
}



/*---------------------　設備　---------------------*/
#setsubi {	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png),
					 url(../profile/img_setsubi_bg.jpg);
	background-repeat:no-repeat,
					  no-repeat,
					  no-repeat;
	background-position:left top,
						right top,
						center top;
	background-size: 100px 100%, 100px 100%, cover ;
}
#setsubi table {
	width: 600px;
	margin: 10px auto;	
	border-collapse:separate;
  border-spacing: 1px
}
#setsubi th, #setsubi td  {
	padding: 6px 20px;
	background-color: #FFF;
	text-align: left;
	white-space: nowrap;
}
#setsubi th  {
	background: #E1E1E1;
}
#setsubi table.setsubi th, td {
	/*border-bottom: solid 1px #48597E;*/
}

/*---------------------　沿革　---------------------*/
#enkaku {
	background-color: #e2eff5;	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left top,
						right top;
	background-size: 100px 100%, 100px 100%;
}
#enkaku table {
	width: 90%;
	margin: 10px auto;
}
#enkaku th, #enkaku td  {
	padding: 6px 10px;
	background-color: #FFF;
	text-align: left;
}
#enkaku th  {
	background: #E1E1E1;
	white-space: nowrap;
}
#enkaku table.enkaku th, td {
	border-bottom: solid 1px #e2eff5;
}

/* ==========================================================================
事業内容
========================================================================== */
/*---------------------　事業内容　--------------------*/
#jigyou {
	background-color: #FFF;
	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left,
						right top;
	background-size: 100px 100%, 100px 100%;
}
#jigyou .wrapper {
	margin-bottom: 80px;
}
#jigyou ul {
	font-size: 1.2em;
	color: #666;
	padding: 0 10px;
}
#jigyou li {
	text-align:left;
}
.ctlist {
	margin-right:auto;
	margin-left:auto;
}
/*---------------------　加工技術　--------------------*/
#gijyu {
	background-color: #e2eff5;	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left top,
						right top;
	background-size: 100px 100%, 100px 100%;
}
#gijyu p {
	text-align: left;
	padding-left: 10%;
	line-height: 260%;
	font-weight: 300;
}
#gijyu img {
	max-width: 100%;
	margin-bottom: 20px;
}
#gijyu .box1{
	margin: 30px auto;
}
/*---------------------　得意　--------------------*/
#nintei {
	background-color: #FFF;
	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left,
						right top;
	background-size: 100px 100%, 100px 100%;
}

/*---------------------　認定資格など　--------------------*/
#nintei table {
	width: 90%;
	margin: 10px auto;
}
#nintei th, #nintei td  {
	padding: 6px 10px;
	text-align: left;
	border: solid 1px #aaa;
}
#nintei th  {
	/*background: #E1E1E1;*/
	white-space: nowrap;
	
}

.bg_aaa { background-color: #AAA; }
.bg_ccc { background-color: #CCC; }
.bg_eee { background-color: #EEE; }
#nintei th.border-btm, #nintei td.border-btm { border-bottom: solid 2px #aaa; }
#nintei caption {
	text-align: center;
	font-size: 1.2em;
	font-weight:bold;
}

/* ==========================================================================
採用情報
========================================================================== */
/*---------------------　採用情報　--------------------*/
#rec {
	background-color: #FFF;
	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left,
						right top;
	background-size: 100px 100%, 100px 100%;
}
.box2 {
	background-color: #956532;
	/*padding: 8% 100px 8% 0;
	margin: 40px auto;*/
	max-width: 1140px;
	margin-left: 15px;
	margin-top: 26px;
}
.box2 p {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
}
.box3 {
	background-color: #696;
	max-width: 1140px;
	margin-left: 15px;
	margin-top: 26px;
}
.box3 p {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
}

#syousai {
	background-color: #e2eff5;	
	background-image:url(../common/side_l.png),
					 url(../common/side_r.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left top,
						right top;
	background-size: 100px 100%, 100px 100%;
}
/*---------------------　詳細情報　--------------------*/
#syousai p {
	/*text-align: left;
	padding-left: 10%;
  color: #6091d3;*/
}
#syousai img {
	max-width: 100%;
	margin-bottom: 20px;
}
#syousai .box1{
	margin: 20px auto;
	padding: 2em 1em;
}
#syousai table {
	width: 90%;
	margin: 10px auto;
}
#syousai th, #syousai td  {
	padding: 6px 10px;
	background-color: #FFF;
	text-align: left;
}
#syousai th  {
	background: #E1E1E1;
	white-space: nowrap;
}
#syousai table.syousai th, td {
	border-bottom: solid 1px #e2eff5;
}
#syousai a {
  color: #6091d3;
  -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*#syousai a:hover, a:focus { color: #3dc9b3; text-decoration: none; }

/*---------------------　メッセージ　--------------------*/
#mess {
	background-color: #FFF;
	padding-bottom: 20px;	
}
#mess .wrapper {
	margin-bottom: 0;
}
#mess img {
	width: 100%;
}

p.mes {
	text-align: left;
	font-size: 8em;
	color: #c1d5e0;
	line-height: 100%;
	margin-top: 40px;
}
p.mes2 {
	font-size: 2em;
	text-align:left;
}
p.mes3 {
	font-size: 1em;
	text-align:left;
}
img.mes  {
	margin-top: 50px;
}

#triangle-down {/* 三角形(下) */
	
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 60px solid #fff;
	background-color: #ded2c6;
	max-width:100%;
	z-index:1;
	margin:0 -15px;
}
.triangle {
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right:14px solid transparent;
	border-top: 30px solid #129fe4;
	margin:0 auto;
	position: relative;
	top: 80px;
	z-index:10;
}
#bosyu {
	background-color: #ded2c6;
	padding-top: 0;
}
img.mes2 {
	max-width: 100%;
	margin-bottom: 20px;
}
.toi {
	font-size:24px;
	font-weight:900;
}
p.bosyu {
	font-size: 2em;
	color: #099;
	line-height: 100%;
	margin-top: 10px;
}
.btn-toi {
  display: inline-block;
  padding: 1.2em 16vw;
  text-decoration: none;
  background-color: #FFF;
  color: #006ca3;
  font-size:24px;
  border: solid 2px #006ca3;
  border-radius: 3px;
  transition: .4s;
}
.btn-toi:hover {
  background: #67c5ff;
  color: white;
}
.btn-toi2 {
  display: inline-block;
  padding: 1.2em 16vw;
  text-decoration: none;
  background-color: #FFF;
  color: #006ca3;
  font-size:24px;
  border: solid 2px #006ca3;
  border-radius: 3px;
  transition: .4s;
}
.btn-toi2:hover {
  background: #67c5ff;
  color: white;
}
/*---------------------　レクリエーション　--------------------*/
#recr {
	background-color: #FFF;
	padding-bottom: 20px;	
}
#recr img {
	max-width: 100%;
	margin-top: 36px;
}
p.recr {
	text-align: left;
	font-size: 5.4em;
	color: #c1d5e0;
	line-height: 100%;
	margin-top: 20px;
}
p.recr2 {
	text-align: left;
	line-height: 260%;
}

/* ==========================================================================
お問合せ
========================================================================== */
#toi {
	background-color: #FFF;
	padding-bottom: 20px;
}
#toi .wrapper {
	margin-bottom: 0;
}
#toi img {
	width: 50%;
	max-height: 100%;
	position: relative;
	right: 10px;
	margin-right: 0;
	padding-right: 0;
	margin-top: 40px;
}
.tel a {
color: #099;
}
p.toi {
	text-align:left;
	color: #099;
	line-height: 100%;
	margin-top: 40px;
}
#toi2{
	background-color: #ded2c6;
	padding-top: 0;
}
p.toi2 {
	font-size: 2em;
	text-align:left;
}
p.toi3 {
	font-size: 1em;
	text-align:left;
}
p.tel4 {
	font-size: 2em;
	font-weight:400;
	text-align: center;
}
p.toi5 {
	text-align: center;
	color: #099;
	line-height: 100%;
	margin-top: 40px;
}
.tel {
	font-size: 38px;
	font-weight:600;
	color: #099;
}
.box_r {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: 600;
	font-size: 18px;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border-radius: 18px;/*角の丸み*/
}
.box_r p {
    margin: 0; 
    padding: 0;
}
#triangle-down2 {/* 三角形(下) */
	width: 0;
	height: 0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 60px solid #ded2c6;
	background-color: #fff;
	margin: 0 -15px;
}
.triangle2 {
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right:14px solid transparent;
	border-top: 30px solid #129fe4;
	margin:0 auto;
	position: relative;
	top: 60px;
}

#toi-form {
	background-color: #fff;
	margin-top: 0;
	padding-top: 0;
}
.contact-details h3 {
	color: #6a6a6a;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #d9d9d9;
    color: #6a6a6a;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #aaa;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin: 24px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#contact-form .submit:hover {
    background: #1e50a2;
    color: #FFFFFF;
}
#privacy {
	background-color: #eef;
	padding-bottom: 20px;
}

/* ==========================================================================
後援会　Team Subscribe
========================================================================== */
.subscribe { background-color: #e7f2cc; /*background: url('../images/05_bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 20px 0 140px;*/ }
.subscribe h1 { color: #89be1f; }
.subscribe h1 span { display: block; font-size: 0.8em; text-transform: uppercase; font-weight: bold; margin-top: 20px; letter-spacing: 1px; }
.subscribe input[type=text] { background-color: rgba(184, 214, 124, 0.2); border: solid 1px #62bf3b; padding: 20px; width: 76%; color: #063; }
.subscribe input[type=submit], input[type=reset] { background: rgba(61, 201, 179, 0.5); border: solid 1px rgba(61, 201, 179, 0.5); padding: 20px; color: #fff; text-transform: uppercase; letter-spacing: 1px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
.subscribe input[type=submit]:hover, input[type=reset]:hover { background: rgba(61, 201, 179, 1); border: solid 1px rgba(61, 201, 179, 1); color: #fff; }
.formtext { font-size:0.9em; margin:0; }

/* ==========================================================================
Contact
========================================================================== */

/*.contact-details { margin: 10px 0; }*/
.contact-details h2 {
	font-size: 16px;
}
.contact-details h2 span { display: block; color: #3dc9b3; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; margin-top: 15px; }
.contact-wrap { position: relative; }

/* googlemap */
#canvas_wrapper {
	max-width: 100%;
	min-width: 280px;
	padding: 4px;
	border: 1px solid #CCC;	
	margin: auto;
	margin-bottom: 20px;
}

@media screen and (max-width:1050px) {
	.navbar-brand { margin-right:0px;}/*ロゴ右マージン　文字数に併せて調整*/
}
@media screen and (max-width: 768px) {
	.navbar-brand { margin-right:0px;}/*ロゴ右マージン*/
}

/*ここからタブレット用（481px～768px）環境の設定
----------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
.fa-angle-right::before { content: " ";}
.foot-bt {
	font-size: 1.4em;
	line-height: 100%;
}
.foot-box {
	margin-bottom: 20px;
}

#hero .jumbotron {
		margin-top: 34px;
	}
	/*会社概要*/
.img-bos {
	max-width: 70%;
}
  /* ==========================================================================
採用情報
========================================================================== */
.box2 {
	padding: 40px 8px;
}
.box2 p {
	font-size: 1.2em;
}
.box3 {
	padding: 40px 8px;
}
.box3 p {
	font-size: 1.2em;
}

p.rec {
	font-size: 5vw;
}
p.mes {
	font-size: 12vw;
}
}

/*ここからタブレット用（481px以上768px以下）環境の設定
----------------------------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:768px){
.navbar-brand {
  margin-right:0px;
  }
.nav > li > a {
  padding: 15px 2px;/*　メニューの間隔*/
  }
footer .bg {
	height: 180px;
}
.foot-bt {
	font-size: 3vw;
	line-height: 100%;
	margin-bottom: 0;
}
.foot-box {
	margin-bottom: 20px;
}
h2 .foot-box {
	margin: 0;
}

.hero h1 {
	font-size: 1.4em;
	letter-spacing: 8px;
	width: 300px;
	height: 142px;
	line-height: 120%;
	top: 320px;
	text-align:center;
	position:inherit;
	}
#hero .jumbotron {
	margin-top: 34px;
}
#hero .btn {
	margin: inherit;
	position: inherit;
	top: 310px;
}		
.nav ul { font-size: 0.8em; }
.nav { padding: 0 16px; }
.learn-more-btn { margin: 0 0 20px; }
.hero {
	background-size: cover;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
	/*padding: 0px 0 12px 0;*/
	padding-top: 0px;
	height: auto;
}
	
#topics .wrapper {
	height: 320px;
}
  /* ==========================================================================
トップページ　タブレット
========================================================================== */
/*---------------------　top事業内容　---------------------*/
.btn-flat-border {
	font-size: 4.5vw;
}
#topjigyou p {
	text-align: left;
}
/* ==========================================================================
会社概要　タブレット
========================================================================== */
/*---------------------　社長挨拶　---------------------*/
#aisa {
	padding: 100px 20px;
}
.img-bos {
	max-height: 300px;
	max-width: 80%;
}
#mess img {
width: 50%;
}
#aisa p {
font-size: 1.2em;
}
/*---------------------　会社概要　---------------------*/
#hyou .wrapper {
	height: 200px;
}
/*---------------------　会社概要-設備内容sp　---------------------*/
#setsubi table {
  width: 80vw;
  }  
/*---------------------　沿革　---------------------*/
#enkaku table {
	width: 90%;
	margin: auto;
}
/*---------------------　加工技術　---------------------*/
#gijyu p {
	padding: 0 10%;
}
/* ==========================================================================
採用情報　タブレット
========================================================================== */
/*---------------------　採用情報　---------------------*/
p.rec {
	font-size: 10vw;
	text-align: center;
}
.box2 {
	margin: 40px 15px;
	padding: 10px;
}
.box2 p {
	font-size: 1em;
	text-align:left;
}
.box3 {
	margin: 40px 15px;
	padding: 10px;
}
.box3 p {
	font-size: 1em;
	text-align:left;
}
#syousai .box1 {
	margin: 10px;
}
#syousai table {
	width: 100%;
}
p.mes {
	font-size: 6em;
}
  /* ==========================================================================
採用情報
========================================================================== */
/*---------------------　お問合せ　---------------------*/
#toi img {
	width: 50vw;
	position: relative;
	right: 22%;
	margin-top: 16px;
}
p.toi {
	text-align: center;
}
p.toi2 {
	text-align: center;
}
.box1 {
	margin: 2em;
	padding: 2em 1em;
}
.tel a {
	color: #099;
}
}

/*ここからスマートフォン用（480px以下）環境の設定
----------------------------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){
.text-a br {
    display: inline;
}
.text-b br {
    display: none;
}
.navbar-brand {
	font-size: 5.8vw;
	margin-right:0px;
}
.navbar-default .navbar-nav > li > a {
	line-height: 220%;
}
nav ul li {
	font-size: 1.2em;
}
footer .bg {
	height: 110px;
}
ul.legals {	display: none; }
.light-box {
	padding: 0;
}
.contact-details h2 span {
	margin-top: 0;
}
.foot-bt {
	font-size: 5vw;
	line-height: 100%;
}
.foot-box {
	margin-bottom: 16px;
}
.section-padding {
	padding: 40px 0 30px;
}
h3 .a {
	font-size: 7vw;
}
h3 .bb {
	font-size: 7vw;
}
.en {
	font-size: 3.5vw;
}
.enbb {
	font-size: 3.5vw;
}

/* Hero */
#hero .inner { padding-top: 100px; }
.learn-more-btn { margin-bottom: 6px; margin: 0px 0px 0px; padding:10px 40px; }

/*.hero h1 { font-size: 3em; letter-spacing: 4px; margin: 10px; }*/
.hero h1 {
		font-size: 1.4em;
		letter-spacing: 8px;
		width: 300px;
		height: 142px;
		line-height: 120%;
		text-align:center;
		position:inherit;
		}
#hero .btn {
	margin: inherit;
	position: inherit;
}
.hero h2 { font-size: 2em; letter-spacing: 6px; margin: 10px; }
.hero p { letter-spacing: 0.2em; font-size:1.2em; }
.hero {
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
	background-size: cover;
	padding: 32px 0 12px 0;
	height: auto;
	margin-top:0px;
}
.jumbotron {
	padding-top: 10px;

}
#hero .jumbotron {
	height: 500px;
	margin-top: 0;
}
#hero .container {
	margin-top: 240px;
}
/*---------------------　topトピックス　---------------------*/
#topics .wrapper {
	height: auto;
}
.accordion2 {
	font-size: 0.8em;
	padding: 0;
}
.panel-body {
	padding:4px;
}

/*---------------------　top事業内容　---------------------*/
#topjigyou {
background-size: 10% 100%, 10% 100%, cover;
}
.btn-flat-border {
	font-size: 4.5vw;
}
.img100-600px {
	padding-bottom: 10px;
}
#topjigyou p {
	text-align: left;
}
/*---------------------　top採用情報　---------------------*/
#recruit {
	background-size: 10% 100%, 10% 100%, cover;
}
.btn-toi {
	font-size: 6vw;
}
h2.tomo {
font-size: 5.5vw
}
  .saiyou_youtube {
    aspect-ratio: 16 / 9;
    width: 100%;
  }
  .saiyou_youtube iframe {
  width: 100%;
  height: 100%;
}
/*---------------------　会社概要-社長挨拶　---------------------*/
#aisa {
	/*padding: 40px;*/
	background-size: 10% 100%, 10% 100%;
}
#aisa p {
	font-size: 1em;
}
.img-bos {
	max-width: 40%;
	}
#houshin {
	background-size: 10% 100%, 10% 100%, cover;
}
#hyou .wrapper {
	height: 260px;
}
/*---------------------　会社概要-会社概要　---------------------*/
#gaiyou {
	padding: 0 26px;
	background-size: 10% 100%, 10% 100%;
}
#hyou .wrapper {
	height: 300px;
}
/*---------------------　会社概要-経営理念　---------------------*/
#houshin ol, ul {
	font-size: 1em;
}
#hyou .wrapper {
height: 160px;
}
/*---------------------　会社概要-設備内容sp　---------------------*/
#setsubi table {
  width: 80vw;
  }  
/*---------------------　会社概要-沿革　---------------------*/
#enkaku {
	background-size: 10% 100%, 10% 100%;
}
#enkaku .enkaku {
	margin: 0 10px;
}
#enkaku td {
	font-size: 0.8em;
}
#enkaku th {
	font-size: 0.9em;
}
#enkaku th, #enkaku td  {
	width: 100%;
    display: block;
    border-top: none;
	text-align: center;
	padding: 2px 10px;
}
#enkaku .enkaku tr:first-child th {
	border-top: 1px solid #ddd;
}
#enkaku .enkaku tr {
	display:block;
	margin-bottom: 4px;
}
#enkaku table {
	width: inherit;
}
#enkaku img {
	max-width: 100%;
}
/*---------------------　事業内容-事業内容　---------------------*/
#jigyou {
	background-size: 10% 100%, 10% 100%;
}
h4.card-title {
	margin: 20px 0;
}
#jigyou p {
	font-size: 1em;
	text-align: left;
	padding: 0 10px;
}
#jigyou img {
	max-width: 80%;
	margin: 10px auto;
}
#jigyou ul {
	font-size: 1em;
}
/*---------------------　事業内容-加工技術　---------------------*/
#gijyu {
	background-size: 10% 100%, 10% 100%;
}
#gijyu p {
	font-size: 1em;
	padding: 0 2%;
	line-height: 200%;
}
#gijyu .box1 {
	margin: 20px 20px;
	padding: 10px;
}
/*---------------------　事業内容-認定資格　---------------------*/
#nintei {
	background-size: 10% 100%, 10% 100%;
}
#nintei img {
	max-width: 100%
}

/*---------------------　採用情報　---------------------*/
#rec {
	background-size: 10% 100%, 10% 100%;
}

.box2 {
	padding: 28px;
	margin: 20px auto;
	max-width: 94%;
}
.box2 p {
	font-size: 1em;
	text-align:left;
}
.box3 {
	padding: 28px;
	margin: 20px auto;
	max-width: 94%;
}
.box3 p {
	font-size: 1em;
	text-align:left;
}
/*---------------------　採用情報-募集詳細　---------------------*/
#syousai {
	background-size: 10% 100%, 10% 100%;
}
#syousai table {
	width: 100%;
}
#syousai .box1 {
margin: 20px 6px;
padding: 2em 0.2em;
}
#syousai p {
	padding: 0;
	font-size: 1em;
}
p.mes {
font-size: 20vw;
}
p.mes2 {
font-size: 5vw;
text-align: left;
font-weight:600;
}
.btn-toi {
	width: 96%;
}
.btn-toi2 {
  width: 100%;
  padding: 1.2em 2vw;
  font-size: 1.2em;
}
p.bosyu {
	font-size: 6vw;
}
/*---------------------　リクレーション　---------------------*/
#recr img {
	margin-top: 4px;
}
p.recr {
	font-size: 12vw;
	text-align: center;
}
p.recr2 {
	line-height: 200%;
}

/*---------------------　お問合せ　---------------------*/
#toi img {
	width: 50vw;
	position: relative;
	right: 22%;
	margin-top: 16px;
}
p.toi {
	text-align: center;
	font-size: 1.4em;
}
p.toi2 {
	text-align: center;
	font-size: 1.4em;
}

.box1 {
	margin: 1em;
	padding: 1em 1em;
}
.tel {
	font-size: 8vw;
}
.tel img{
	width: 10vw;
}
.tel a {
	font-size: 8vw;
	color: #099;
}
#triangle-down {/* 三角形(下) */
	margin: 0;
}

#triangle-down2 {/* 三角形(下) */
	margin: 0;
}
#contact-form .submit {
	padding: 22px 20vw;
}

/* Omoi*/
#omoi h2 { font-size:1.4em;}
/*jigyou*/
.swag h1 { font-size: 3em; letter-spacing: 0.2em; text-shadow: 2px 2px 4px #000; padding-left:6px; }
/*Team*/
.team h3 { font-size:1.8em; }
/*fb*/
#canvas_wrapperFB {	max-width: 80%; }


}


