/*! normalize.css v3.0.2 | MIT License | git.io/normalize \*/
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. \*/
html { font-family: sans-serif;
	/* 1 \*/
	-ms-text-size-adjust: 100%; /* 2 \*/
	-webkit-text-size-adjust: 100%; /* 2 \*/
}

* {
	background: transparent url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==") no-repeat left top;
	max-height: 999999px;
}
/** * Remove default margin. \*/
body { margin: 0; }
/* HTML5 display definitions ========================================================================== \*/
/** *
Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. \*/
article, aside, details, figcaption,
figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. \*/
audio, canvas, progress,
video { display: inline-block; /* 1 \*/
	vertical-align: baseline; /* 2 \*/
}
/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. \*/
audio:not([controls]) { display: none; height: 0; }
/** * Address
`[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. \*/
[hidden], template { display: none; }
/* Links==========================================================================* / /** * Remove
the gray background color from active links in IE 10. \*/
a { background-color: transparent; }
/** * Improve readability when focused and also mouse hovered in all browsers. \*/
a:active, a:hover { outline: 0; }
/* Text-level semantics==========================================================================*
/ /** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. \*/
abbr[title] { border-bottom: 1px dotted; }
/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. \*/
b, strong { font-weight: bold; }
/** * Address styling not
present in Safari and Chrome. \*/
dfn { font-style: italic; }
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. \*/
h1 { font-size: 2em; margin: 0.67em 0; font-weight: bold; line-height: 1.25; } h2,h3,h4,h5 { font-weight: bold; line-height: 1.25;}
/** * Address styling not present in IE 8/9. \*/
mark { background: #ff0; color: #000; }
/** * Address inconsistent and variable font size in all browsers. \*/
small { font-size: 80%; }
/** * Prevent `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; }
/* Embedded content==========================================================================*
/ /** * Remove border when inside `a` element in IE 8/9/10. \*/
img { border: 0; }
/** * Correct overflow not hidden in IE 9/10/11. \*/
svg:not(:root) { overflow: hidden; }
/* Grouping content==========================================================================*
/ /** * Address margin not present in IE 8/9 and Safari. \*/
figure { margin: 1em 40px; }
/** * Address differences between Firefox and other browsers. \*/
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
/** * Contain overflow in
all browsers. \*/
pre { overflow: auto; }
/** * Address odd `em`-unit font size rendering in all browsers. \*/
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
/* Forms==========================================================================*
/ /** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. \*/
/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct
font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. \*/
button, input, optgroup, select, textarea { color: inherit; /* 1 \*/
	font: inherit; /* 2 \*/
	margin: 0; /* 3 \*/
}
/** * Address `overflow` set
to `hidden` in IE 8/9/10/11. \*/
button { overflow: visible; }
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance
in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. \*/
button, select { text-transform: none; }
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability
to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. \*/
button, html input[type="button" ], /* 1 \*/
input[type="reset" ], input[type="submit" ] { -webkit-appearance: button;
	/* 2 \*/
	cursor: pointer; /* 3 \*/
}
/** * Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }
/** * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner{ border: 0; padding: 0; }
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. \*/
input { line-height: normal; }
/** * It 's recommended that you don't attempt to style these elements. * Firefox
's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox" ], input[type="radio" ] { box-sizing: border-box; /* 1 \*/
	padding: 0; /* 2 \*/
}
/**
* Fix the cursor style for Chrome 's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

 input[type="number"]::-webkit-inner-spin-button,
 input[type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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;
 }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * Define consistent border, margin, and padding.
 */

 fieldset {
 	border: 1px solid #c0c0c0;
 	margin: 0 2px;
 	padding: 0.35em 0.625em 0.75em;
 }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. \*/
 legend { border: 0; /* 1 \*/
 	padding: 0; /* 2 \*/
 }
 /** * Remove default vertical scrollbar in IE 8/9/10/11. \*/
 textarea { overflow: auto; }
/** * Don 't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

 optgroup {
 	font-weight: bold;
 }

/* Tables
========================================================================== */

/**
 * Remove most spacing between table cells.
 */

 table {
 	border-collapse: separate;
 	border-spacing:0;
 	empty-cells:show;
 	border-top:1px solid #0e542d;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid #0e542d;
 	margin: 10px 0 26px;
 }

 td,
 th {
 	padding: 0.8rem 1.6rem;
 	border-top:none;
 	border-right:1px solid #0e542d;
 	border-bottom:1px solid #0e542d;
 	border-left:none;
 }

 th {
 	background: #97c73e;
 	white-space: nowrap;
 	width: 20%;
 	font-weight: normal;
 	text-align: left;
 }

/* =Fonts
-------------------------------------------------------------- */

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url('./font/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
	src: url('./font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('./font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
	url('./font/NotoSansCJKjp-Thin.ttf')	format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url('./font/NotoSansCJKjp-Light.eot');
	src: url('./font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
	url('./font/NotoSansCJKjp-Light.woff') format('woff'),
	url('./font/NotoSansCJKjp-Light.ttf')	format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('./font/NotoSansCJKjp-DemiLight.eot');
	src: url('./font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
	url('./font/NotoSansCJKjp-DemiLight.woff') format('woff'),
	url('./font/NotoSansCJKjp-DemiLight.ttf')	format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('./font/NotoSansCJKjp-Regular.eot');
	src: url('./font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
	url('./font/NotoSansCJKjp-Regular.woff') format('woff'),
	url('./font/NotoSansCJKjp-Regular.ttf')	format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('./font/NotoSansCJKjp-Medium.eot');
	src: url('./font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
	url('./font/NotoSansCJKjp-Medium.woff') format('woff'),
	url('./font/NotoSansCJKjp-Medium.ttf')	format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('./font/NotoSansCJKjp-Bold.eot');
	src: url('./font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
	url('./font/NotoSansCJKjp-Bold.woff') format('woff'),
	url('./font/NotoSansCJKjp-Bold.ttf')	format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url('./font/NotoSansCJKjp-Black.eot');
	src: url('./font/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
	url('./font/NotoSansCJKjp-Black.woff') format('woff'),
	url('./font/NotoSansCJKjp-Black.ttf')	format('truetype');
}
.thin {
	font-weight: 100;
}
.light {
	font-weight: 200;
}
.demi-light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.bold {
	font-weight: 700;
}
.black {
	font-weight: 900;
}

html {
	font-size: 62.5%;
	position: relative;
}
body {
	min-width: 1000px;
}
body,
input,
textarea {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.4;
	font-family:	"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333;
}

.noto {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: -0.02em;
	display: inline-block;
	padding: 0.4em 0 0\0;
}
.noto::after {
	content: "";
	font-family: sans-serif;
}

.mincho{
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}

/* =Global Elements
-------------------------------------------------------------- */

strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 13px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

a:focus { outline:none;}

a:link,a:visited {
	color: #0066cc;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
a.nohover:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}
a.noline:hover {
	text-decoration: none;
}

p {
	margin: 0;
}

/* =Layout
-------------------------------------------------------------- */

html {
	background: #FFF;

}
.content-width {
	max-width: 920px;
	margin: 0 auto;
	box-sizing: border-box;
}
#footer {
	background: #eee;
}

.sec_ttl {
	margin: 0;
}
.sec_ttl img {
	margin: 0 auto;
}

.item-ttl {
	color: #0e542d;
	font-size: 2rem;
	padding-bottom: 0.6rem;
	margin: 0 0 1.5rem;
	border-bottom: 3px dotted #0e542d ;
}

.sub-ttl {
	color: #97c73e;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
}

.whitebox {
	background: #fff;
	padding: 30px 30px 40px;
}

.greenbox {
	color: #fff;
	text-align: center;
	padding: 4px 10px;
	background-color: #0e542d;
}
.greenbox.btn {
	padding: 0;
	background: none;
}
.greenbox.btn a {
	color: #fff;
	font-size: 1.6rem;
	padding: 18px 24px 18px 64px;
	background: url('images/ico_email_01.png') no-repeat left 24px center, #0e542d;
	display: block;
	border-radius: 3px;
}
.greenbox.btn a:hover {
	text-decoration: none;
}

.grey-border {
	border: 3px solid #dddddd;
	padding: 18px;
}

.require {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	background: #e83614;
	padding: 1px 3px;
	margin-top: 0.2rem;
}

.green {
	color: #0e542d;
}

.note {
	color: #655b57;
	font-size: 1.3rem;
}

/* =Header
-------------------------------------------------------------- */
#header {
	background: url('images/bg_mv_pc.png') no-repeat scroll 0 0;
	background-size: cover;
	padding-top: 15px;
}
#header .content-width {
	width: 980px;
}
#header .telbox .tel {
	text-align: right;
	margin: 1px 18px 0 0;
}
#header .telbox .tel img {
	padding-right: 2px;
}
#header .telbox .tel .note {
	margin-top: 7px;
	line-height: 1.2;
	text-align: left;
	color: #d01913;
	font-weight: bold;
	font-size: 1.4rem;
}
#site-title {
	margin: 0;
	margin-bottom: 10px;
}
#header .catch img {
	margin-top: 51px;
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 70px;
}

/* =Menu
-------------------------------------------------------------- */
#menu ul {
	display: table;
	width: 100%;
	padding: 0;
	border-radius: 4px;
	background: #492f22;
}
#menu li {
	display: table-cell;
	width: 14.28%;
	height: 48px;
	box-sizing: border-box;
	text-align: center;
	line-height: 48px;
	padding: 4px 0;
	vertical-align: middle;
}
#menu li:first-of-type {
	border-radius: 4px 0 0 4px;
}
#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px dotted #fff;
}
#menu li:first-child a {
	border: none;
}
#menu li.red,
#menu li.blue {
	border-right: none;
	padding: 0;
	overflow: hidden;
}
#menu li.blue {
	border-radius: 0 4px 4px 0;
}
#menu li.sp {
	display: none;
}
#menu li.red a {
	background: #d01913;
	padding: 8px 0 0;
	border: none;
}
#menu li.blue a {
	background: #285dfc;
	padding: 8px 0 0;
	border: none;
}

/* =readon
-------------------------------------------------------------- */
#reason {
	background: url('images/bg_reason_pc.png') no-repeat scroll top center /cover;
	margin-top: -20px;
	padding: 43px 0 56px;
}
#reason .sec_ttl {
	margin-bottom: 16px;
}
#reason .ibbox {
	width: 100%;
	padding-top: 19px;
}
#reason .item {
	width: 208px;
	min-height: 310px;
	padding: 0 15px;
	margin-right: 29px;
	background: #fff;
	box-sizing: border-box;
}
#reason .item:last-of-type {
	margin-right: 0;
}
#reason .item .point {
	margin-top: -19px;
	margin-bottom: 13px;
}
#reason .item .photo {
	margin-bottom: 10px;
}
#reason .item .text {
	padding-bottom: 1.9rem;
}

/* =aggregate
-------------------------------------------------------------- */
#aggregate {
	background: url('images/bg_aggregate_pc.png') no-repeat scroll top center /cover;
	margin-top: -20px;
	padding: 43px 0 26px;
}
#aggregate .sec_ttl {
	margin-bottom: 18px;
}
#aggregate .ibbox {
	width: 100%;
	margin-top: 19px;
}
#aggregate .item {
	width: 445px;
	min-height: 190px;
	padding: 20px;
	padding-right: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	box-sizing: border-box;
}
#aggregate .item:nth-of-type(2n) {
	margin-right: 0;
}
#aggregate .item img {
	margin-right: 14px;
}
#aggregate .item .txtbox {
	width: 252px;
}

/* =price
-------------------------------------------------------------- */
#price {
	background: url('images/bg_price_pc.png') no-repeat scroll top center /cover;
	margin-top: -20px;
	padding: 43px 0 58px;
}
#price .sec_ttl {
	margin-bottom: 26px;
}
#price .whitebox {
	padding-left: 130px;
	padding-right: 130px;
}
#price table {
	width: 100%;
}
#price table th {
	width: 28%;
}

/* =contact
-------------------------------------------------------------- */
#contact {
	background: url('images/bg_contact_pc.png') no-repeat scroll top center /cover;
	margin-top: -20px;
	padding: 43px 0 58px;
}
#contact .sec_ttl {
	margin-bottom: 32px;
}
#contact table {
	width: 100%;
	margin-top: 30px;
}
#contact table th,
#contact table td {
	padding: 16px 18px;
}
#contact table th {
	width: 28%;
	vertical-align: top;
}
#contact input,
#contact textarea {
	padding: 0.7rem 0.6rem;
	box-sizing: border-box;
}
#contact input {
	width: 353px;
}
#contact textarea {
	width: 100%;
}
#contact .submit-btn {
	display: block;
	color: #fff;
	font-size: 2rem;
	background: #0e542d;
	width: 120px;
	height: 44px;
	margin: 0 auto;
	border-style: none;
	border-radius: 3px;
}
#contact .confirm_txt {
	margin-top: 6px;
}

/* =access
-------------------------------------------------------------- */
#access {
	background: url('images/bg_access_pc.png') no-repeat scroll top center /cover;
	margin-top: -20px;
	padding: 43px 0 58px;
}
#access .sec_ttl {
	margin-bottom: 16px;
}
#access .whitebox {
	padding-bottom: 2rem;
}
#access .ggmap {
	margin: 18px 0;
}
#access .ggmap iframe,
#access .ggmap object,
#access .ggmap embed {
	width: 100%;
	height: 310px;
	margin-bottom: 0.8rem;
}

/* =company
-------------------------------------------------------------- */
#company {
	background: url('images/bg_company_pc.png') no-repeat scroll top center /cover;
	margin-top: -20px;
	padding: 43px 0 58px;
}
#company .whitebox {
	padding-bottom: 25px;
}
#company table {
	width: 100%;
}
#company table th {
	width: 21.5%;
	vertical-align: top;
}

#company .business-content .business-sub-content {
	font-weight: normal;
	display: block;
	padding-left: 1em;
}

#company ul {
	width: 280px;
	padding-left: 15px;
	margin-bottom: 26px;
}
#company ul:last-of-type {
	width: auto;
}
#company li {
	list-style-type: none;
	line-height: 1.6;
	position: relative;
}
#company li:before {
	content: url('images/li-marker_pc.png');
	position: absolute;
	top: -2px;
	left: -13px;
}

#company .grey-border img {
	margin: 14px auto;
}

#company .sub-ttl {
	padding-bottom: 0.6rem;
	margin: 2rem 0 1rem;
	border-bottom: 2px dotted #97c73e;
}

#company li .description {
	margin-left: 30px;
}

#company #business .ibbox {
	margin-top: 30px;
	overflow: visible;
}
#company #business .item {
	margin-right: 30px;
	margin-bottom: 30px;
}
#company #business .item:nth-of-type(2n) {
	margin-right: 0;
}
#company #business .item .txtbox {
	width: 189px;
	margin-right: 20px;
}
#company #business .item ul {
	margin-bottom: 16px;
}
#company #business .item .text {
	margin-bottom: 10px;
}
#company #business .item h4 {
	font-weight: normal;
	font-size: 1.8rem;
	margin: 0 0 15px 0;
}
#company #business .lower {
	margin-top: 20px;
}
#company #business .item .imgbox {
	position: relative;
}
#company #business .item .absolute {
	position: absolute;
}
#company #business .item_05 .absolute {
	left: -220px;
	bottom: 30px;
}
#company #business .item_06 .absolute {
	left: -90px;
	bottom: -16px;
}
#company #business_05 li {
	font-size: 14px;
}
#company #business_05 .item {
	margin-right: 0;
}
#company #business_05 .item .right {
	width: 650px;
}
#company #business_05 .img-list {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0;
}
#company #business_05 .img-list .list-content {
	display: inline-block;
	vertical-align: top;
	font-size: 1.5rem;
}
#company #business_05 .img-list .list-content:first-child {
	margin-right: 20px;
	margin-bottom: 20px;
}
#company #business_05 .more {
	text-align: center;
	margin: 2rem 0;
}
#company #business_05 .more a {
	display: inline-block;
	background: #d01913;
	color: #FFF;
	line-height: 1.5;
	font-weight: bold;
	padding: 1em;
	border-radius: 5px;
	font-size: 1.8rem;
}
#company #business_05 .more a:hover {
	text-decoration: none;
}

#company #business .flow-img-box {
	width: 400px;
}
@media screen and (max-width: 680px) {
	#company #business_05 li {
		font-size: 28px;
	}
	#company #business .flow-img-box {
		width: 100%;
		margin-bottom: 20px;
	}	
}



/* =Footer
-------------------------------------------------------------- */
#footer {
	background: url('images/bg_footer_pc.png') no-repeat scroll top center /cover;
	margin-top: -20px;
	padding: 32px 0 15px;
}
#footer .ib {
	vertical-align: middle;
}
#footer .logo {
	height: 86px;
	padding-top: 11px;
	padding-right: 30px;
	box-sizing: border-box;
}
#footer .telbox {
	padding: 0 25px;
	text-align: center;
	border-left: 1px dotted #543718;
}
#footer .telbox .greenbox {
	margin-top: 10px;
}
#footer .telbox .greenbox a {
	padding-top: 13px;
	padding-bottom: 13px;
}
#footer .telbox .tel .note {
	margin-top: 6px;
	line-height: 1.2;
	text-align: left;
	color: #d01913;
	font-weight: bold;
	font-size: 1.4rem;
	
}
#footer .text:not(:last-child) {
	margin-bottom: 10px;
}

#copyrights {
	color: #fff;
	padding: 10px 0;
	background: #0e542d;
}

/* ページトップへ */
#pageTop {
	position: fixed;
	right: 20px;
}
#pageTop a {
	background: #0e542d;
	width: 35px;
	height: 35px;
	text-align: center;
	display: block;
	position: relative;
	transition: opacity 0.3s;
	border-radius: 50%;
}
#pageTop a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	text-decoration: none;
	transition: opacity 0.3s;
}
#pageTop a .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-top: -5px;
	margin-left: -8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

/* =Mobile
-------------------------------------------------------------- */

@media screen and (max-width: 680px) {
	html {
		font-size: 125%;
	}
	body {
		min-width: 640px;
		overflow-x: hidden;
	}
	.content-width {
		padding-left: 80px !important;
		padding-right: 80px !important;
		box-sizing: border-box;
	}
	table.mobile_block,
	table.mobile_block td,
	table.mobile_block th {
		width: 100% !important;
		box-sizing: border-box;
	}
	table.mobile_block {
		font-size: 0;
	}
	table.mobile_block td,
	table.mobile_block th {
		display: block;
		font-size: 28px;
		padding: 12px 15px;
	}
	table.mobile_block td.half {
		display: inline-block;
		width: 50% !important;
		font-size: 24px;
	}
	span.greenbox {
		display: block;
		text-align: left;
		margin-top: 10px;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	body {
		background: #eee;
	}
	#wrapper {
		width: 640px;
		margin: 0 auto;
		background: #fff none repeat scroll 0 0;
		box-shadow: 0 3px 10px #aaa;
		overflow: hidden;
	}

	.item-ttl {
		font-size: 36px;
		padding-top: 0.6rem;
	}

	.whitebox {
		padding: 30px 20px 20px;
	}

	.telbox .greenbox {
		font-size: 22px;
		border-radius: 4px;
		margin-bottom: 15px;
	}

	#pageTop a {
		width: 45px;
		height: 45px;
	}

	/* =header
	-------------------------------------------------------------- */
	#header {
		position: fixed;
		top: 0;
		width: inherit;
		background: #492f22;
		z-index: 9999;
		padding-top: 11px;
	}
	#header .content-width {
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: 100%;
	}

	#header .right {
		padding-top: 10px;
	}

	/* =menu
	-------------------------------------------------------------- */
	#menu {
		display: none;
		position: absolute;
		z-index: 1000;
		width: 70%;
		max-width: 300px;
		top: 100%;
		right: 0;
		line-height: 1.5;
		background-color: rgba( 73, 47, 34, 0.9 );
		padding: 0 1rem;
		color: #fff;
		font-size: 1.8rem;
	}
	#menu h3 {
		text-align: center;
		font-size: 1.4rem;
		padding: 1em 0;
		border-bottom: 1px solid #FFF;
		margin: 0;
		color: #fff;
	}
	#menu h3:nth-of-type(2) {
		border-bottom: 0;
	}
	#menu ul {
		margin: 0;
		padding: 0;
		background: transparent;
	}
	#menu li {
		border-bottom: 1px solid #FFF;
		list-style: none;
		background: none !important;
		display: block !important;
		width: auto;
		height: auto;
		text-align: left;
	}
	#menu li a {
		color: #FFF;
		padding: 0.75em 0.5em!important;
		line-height:1;
		display: block;
		position: relative;
		font-weight: bold;
		border-left: none!important;
	}
	#menu li a:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		top: 40%;
		right: 12%;
		border-style: solid;
		border-width:  7px 0 7px 10px;
		border-color: transparent transparent transparent #ffffff;
	}
	#menu li.sp {
		display: none;
	}

	/* メニューボタン */
	.menu_btn,
	.menu_btn span {
		display: inline-block;
		box-sizing: border-box;
	}
	.menu_btn {
		position: relative;
		width: 25px;
		height: 26px;
		vertical-align: middle;
	}
	.menu_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 6px;
		background-color: #fff;
	}
	.menu_btn span:nth-of-type(1) {
		top: 0;
	}
	.menu_btn span:nth-of-type(2) {
		top: 10px;
	}
	.menu_btn span:nth-of-type(3) {
		bottom: 0;
	}


	/* =mv
	-------------------------------------------------------------- */
	#mv {
		background: url('images/bg_mv_sp.png') no-repeat scroll center center;
		background-size: cover;
		padding-top: 75px;
	}
	#mv .catch img {
		margin: 0 auto;
		padding: 375px 0 78px;
	}

	/* =reason
	-------------------------------------------------------------- */
	#reason {
		background: url('images/bg_reason_sp.png') no-repeat scroll top center;
		background-size: cover;
		margin-top: -20px;
		padding: 42px 0 56px;
	}
	#reason .sec_ttl {
		margin-bottom: 24px;
	}
	#reason .ibbox {
		padding-top: 28px;
	}
	#reason .item {
		display: block;
		width: 100%;
		padding: 0 20px;
		margin-right: 0;
		margin-bottom: 60px;
		padding-top: 16px;
		padding-bottom: 14px;
	}
	#reason .item .point {
		margin: -42px auto 13px;
	}
	#reason .item .text {
		padding-bottom: 14px;
	}

	/* =aggregate
	-------------------------------------------------------------- */
	#aggregate {
		background: url('images/bg_aggregate_sp.png') no-repeat scroll top center;
		background-size: cover;
		margin-top: -20px;
		padding: 43px 0 26px;
	}
	#aggregate .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding-bottom: 14px;
	}
	#aggregate .item .txtbox {
		width: 440px;
	}

	#aggregate .item .sub-ttl {
		font-size: 32px;
	}

	/* =price
	-------------------------------------------------------------- */
	#price {
		background: url('images/bg_price_sp.png') no-repeat scroll top center;
		background-size: cover;
		margin-top: -20px;
		padding: 43px 0 56px;
	}
	#price .whitebox {
		padding: 32px 20px 24px;
	}

	/* =contact
	-------------------------------------------------------------- */
	#contact {
		background: url('images/bg_contact_sp.png') no-repeat scroll top center;
		background-size: cover;
		margin-top: -20px;
		padding: 43px 0 56px;
	}
	#contact table,
	#contact th,
	#contact td {
		border: none;
		background: transparent;
		padding: 0 !important;
	}
	#contact table {
		margin-bottom: 0;
	}
	#contact td {
		margin: 12px 0 18px;
	}
	#contact input,
	#contact textarea {
		width: 100%;
	}
	#contact .require {
		margin-left: 14px;
	}
	#contact .submit-btn {
		font-size: 30px;
		width: 150px;
		height: 70px;
		border-radius: 5px;
	}
	#contact .telbox {
		text-align: center;
	}
	#contact .telbox a {
		display: inline-block;
	}
	#contact .telbox .tel {
		margin-bottom: 20px;
	}

	/* =access
	-------------------------------------------------------------- */
	#access {
		background: url('images/bg_access_sp.png') no-repeat scroll top center;
		background-size: cover;
		margin-top: -20px;
		padding: 43px 0 56px;
	}
	#access .whitebox {
		padding-bottom: 10px;
	}

	/* =company
	-------------------------------------------------------------- */
	#company {
		background: url('images/bg_company_sp.png') no-repeat scroll top center;
		background-size: cover;
		margin-top: -20px;
		padding: 43px 0 136px;
	}
	#company td {
		padding-right: 0;
	}
	#company ul {
		width: auto;
		padding-left: 20px;
		margin-bottom: 0;
	}
	#company li {
		line-height: 1.3;
	}
	#company li:before {
		content: url('images/li-marker_sp.png');
		position: absolute;
		top: -7px;
		left: -17px;
	}
	#company .whitebox {
		padding-bottom: 16px;
	}

	#company #business .item {
		margin-right: 0;
		margin-bottom: 8px;
	}
	#company #business .item img {
		margin-right: 0;
	}
	#company #business .item .txtbox {
		width: auto;
		margin-top: 20px;
	}
	#company #business .item .txtbox p {
		margin-bottom: 20px;
	}
	#company #business .item .txtbox ul {
		margin-bottom: 24px;
	}
	#company #business .item .txtbox .text {
		margin-bottom: 16px;
	}
	#company .sub-ttl {
		border: none;
		padding-bottom: 0;
		margin: 0 0 20px;
	}
	#company li .description {
		display: block;
		margin: 20px 0 0 0;
	}
	#company #business .ibbox-wrap {
		margin-top: 30px;
	}
	#company #business .ibbox-wrap.lower .item {
		margin-bottom: 30px;
	}
	#company #business .item_05 .absolute {
		left: 202px;
		bottom: -176px;
		display: none;
	}
	#company #business_05 .more {
		margin-bottom: 0;
	}
	#company #business_05 .more a {
		padding: 0.5em;
		font-size: 1.5rem;
	}
	#company #business .item_06 .absolute {
		left: 350px;
		bottom: -50px;
	}

	#company #business_05 .item .right {
		width: 100%;
	}
	#company #business_05 .img-list .list-content {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	#company #business_05 .img-list .list-content:first-child {
		margin-right: 0;
	}
	#company #business .ibbox-wrap:last-child {
		margin-top: 60px;
	}

	/* =footer
	-------------------------------------------------------------- */
	#footer {
		background: url('images/bg_footer_sp.png') no-repeat scroll top center;
		background-size: cover;
		padding: 32px 0 15px;
	}
	#footer .content-width {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
	#footer .ib {
		display: block;
	}
	#footer .logo {
		height: auto;
		padding-top: 11px;
		padding-right: 0;
	}
	#footer .telbox {
		margin: 30px 0;
		padding: 0;
		border: none;
	}
	#footer .telbox .tel {
		margin-bottom: 20px;
	}
	#footer .telbox .tel .note {
		font-size: 1.1rem;
		margin-top: 1rem;
	}
	#footer .green {
		margin-bottom: 14px;
	}
	#footer .text {
		margin-bottom: 22px;
	}


	#copyrights small {
		font-size: 26px;
	}
}

@media screen and (max-width: 480px) {

	img.alignleft, img.alignright, img.aligncenter {
		margin: 4rem auto 2rem auto;
		float: none;
		display: block;
	}

}

/* client */
@media screen and (max-width: 680px) {
	.client.ibbox-wrap {
		margin-top: 20px;
	}
}
/* sdgs-icon */

.sdgs-icon-ttl {
	display: flex;
	align-items: flex-end;
	margin-top: 2rem;
}
.sdgs-icon-ttl .sub-ttl {
	width: calc(100% - 80px);
	margin: 0!important;
}
.sdgs-icon-ttl img {
	width: 70px;
	margin-right: 10px;
}

@media screen and (max-width: 680px) {
	.sdgs-icon-ttl {
		align-items: center;
	}
	.sdgs-icon-ttl .sub-ttl {
		width: calc(100% - 100px);
		margin: 0!important;
	}
	.sdgs-icon-ttl img {
		width: 85px;
		margin-right: 15px;
	}
}

/* banner-box */

.banner-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.banner-box a {
	width: 48%;
	max-width: 440px;
	display: inline-block;
	line-height: 0;
}

@media screen and (max-width: 680px) {
	.banner-box {
		display: block;
		margin-bottom: 40px;
	}
	.banner-box a:first-child {
		margin-bottom: 20px;
	}
	.banner-box a {
		width: 100%;
	}
}