@charset "utf-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,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;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/*-----------------------------

common

-----------------------------*/
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.font_min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*-----------------------------
header
-----------------------------*/
header {
	padding: 18px 0;
	background: #ffffff;
}

header .box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0 5px;
}

/*-----------------------------
nav
-----------------------------*/
nav {
	height: 62px;
	background: -moz-linear-gradient(top, #a3d9ac 0%, #68ba66 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a3d9ac 0%,#68ba66 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a3d9ac 0%,#68ba66 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d9ac', endColorstr='#68ba66',GradientType=0 ); /* IE6-9 */
}

nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

nav li {
	height: 62px;
	border-right: 1px solid #ffffff;
}

nav li:last-child {
	border-right: none;
}

nav li:nth-child(1) {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%;
}

nav li:nth-child(2) {
    -webkit-flex-basis: 25.5%;
    flex-basis: 25.5%;
    max-width: 25.5%;
}

nav li:nth-child(3) {
    -webkit-flex-basis: 35.5%;
    flex-basis: 35.5%;
    max-width: 35.5%;
}

nav li:nth-child(4) {
    -webkit-flex-basis: 18%;
    flex-basis: 18%;
    max-width: 18%;
}

nav li:nth-child(5) {
    -webkit-flex-basis: 14%;
    flex-basis: 14%;
    max-width: 14%;
}

nav li a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

nav li:first-child a {
	-webkit-justify-content: center;
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}

nav li:last-child a {
	-webkit-justify-content: center;
	justify-content: flex-end;
	padding-right: 0;
	text-align: right;
}


/*-----------------------------
#main_img
-----------------------------*/
#main_img {
	position: relative;
}

#main_img img {
	width: 100%;
}

#main_img .box {
	width: 100%;
	max-width: 1000px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#main_img .readtxt {
	background: rgba(0,111,24,0.7);
}

#main_img .readtxt p {
	padding: 28px;
	color: #ffffff;
	font-size: 36px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main_img .anchor {
}

#main_img .anchor li {
	margin-bottom: 40px;
	background: rgba(36,152,58,0.7);
}

#main_img .anchor li:last-child {
	margin-bottom: none;
}

#main_img .anchor a {
	display: block;
	padding: 28px 90px 28px 28px;
	color: #ffffff;
	font-size: 36px;
	text-decoration: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url("../images/common/arrow_01.png") no-repeat right 30px center;
}


/*-----------------------------
main
-----------------------------*/
main {
	width: 100%;
}

main .inner {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0 5px;
}

/* 見出し */
main .headleine_01 {
	display: inline-block;
	margin-bottom: 40px;
	padding-bottom: 25px;
	line-height: 1.4;
	font-size: 30px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url("../images/common/bg_line_01.png") repeat-x left bottom;
}

main .headleine_02 {
	margin-bottom: 30px;
	padding: 0 20px 20px;
	line-height: 1.8;
	font-size: 26px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(182,221,181,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 50%,rgba(182,221,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 50%,rgba(182,221,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b6ddb5',GradientType=0 ); /* IE6-9 */
}

main .headleine_03 {
	position: relative;
}

main .headleine_03 img {
	width: 100%;
}

main .headleine_03 .tit {
	width: 100%;
	max-width: 1000px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;

}

main .headleine_03 .tit h2,
main .headleine_03 .tit h3 {
	padding: 25px 30px 35px;
	line-height: 1.8;
	font-size: 32px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: rgba(255,255,255,0.7);
}

main .headleine_03 .tit h2 span,
main .headleine_03 .tit h3 span {
	padding-bottom: 20px;
	background: url(../images/common/bg_line_01.png) repeat-x left bottom;
}

main .headleine_04 {
    margin-bottom: 35px;
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
	line-height: 1.8;
	font-size: 26px;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: -moz-linear-gradient(left, #ffffff 0%, #24983a 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#24983a 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#24983a 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */	
}

/* ボタン */
main .btn_01 {
	width: 100%;
	max-width: 480px;
	height: 142px;
	line-height: 1.8;
	font-size: 16px;
	background: url("../images/common/bg_btn_01.png") no-repeat left top / 100% auto;
}

main .btn_01 a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 100px 0 40px;
	line-height: 1.8;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* レイアウト枠（メモ帳） */
main .memo {
	margin-left: 8px;
	padding: 25px 20px 25px 0;
	background: #ffffff;
}

main .memo .memobox {
	margin-left: -8px;
	padding-left: 38px;
	background: url("../images/common/bg_txtbox_01.png") repeat-y;
}

/* 2カラム枠 */
main .column_2 {
	padding: 100px 55px;
	background: #EAFAED;
}

main .column_2 .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

main .column_2 .inner .box {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    max-width: 48%;
	padding: 35px;
	background: #ffffff;
}

main .column_2 .inner p {
	margin-bottom: 20px;
	line-height: 1.8;
}

main .column_2 .inner .big {
	padding: 0 20px;
	font-size: 26px;
}

main .column_2 .inner figure {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

main .column_2 .inner figure div {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    max-width: 48%;
	margin-bottom: 15px;
}

main .column_2 .inner figure img {
    width: 100%;
}



/* PRICE */
main .price {
	padding-bottom: 150px;
	background: #EAFAED;
}

main .price .inner {
	padding: 45px 28px;
	background: #C3EDC7;
}

main .price  .price_tit {
	margin-bottom: 20px;
	padding: 5px;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #50AD61;
}

main .price .text {
	line-height: 2;
	margin-bottom: 20px;
}

main .price .flexbox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

main .price .flexbox .pricebox {
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    max-width: 49%;
}

main .price .pricebox table {
	width: 90%;
	margin: 0 auto 15px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

main .price .pricebox p {
	width: 90%;
	margin: 0 auto;
	line-height: 2;
}

main .price .pricebox table th,
main .price .pricebox table td {
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #92CC9D;
}

main .price .pricebox .note {
	width: 90%;
	margin: auto 0;
	padding: 28px 10px;
	background: #DEF0E2;
}

main .price .pricebox .note h5 {
	margin-bottom: 30px;
	text-align: center;
}

main .price .pricebox table td span {
	font-size: 16px;
}


/* お問い合わせ */
main .contact {
	width: 100%;
	padding: 100px 5px;
	background: url("../images/common/bg_contact.jpg") no-repeat center top / cover;
}

main .contact .btn_01 {
	margin: auto;
	padding-left: 60px;
	font-weight: bold;
}

/*-----------------------------
footer
-----------------------------*/
footer {
	padding: 40px 0 35px;
	font-size: 18px;
	color: #ffffff;
	background: #156D21;
}

footer ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 35px;
	padding: 0 5px;
}

footer li {
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer .copy {
	text-align: center;
}



/*-----------------------------

#index

-----------------------------*/
#index .section_01 {
	margin-bottom: 145px;
	padding-top:40vh;
	background: url("../images/index/bg_content_01.jpg") no-repeat top center / 100% auto;
}

#index .section_02 {
	margin-bottom: 125px;
	padding-top:40vh;
	background: url("../images/index/bg_content_02.jpg") no-repeat top center / 100% auto;
}

#index .flexbox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

#index .flexbox article {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;	
}

#index .flexbox article:first-child {
	padding-right: 20px;
}

#index .flexbox article:last-child {
	padding-left: 20px;
}

#index .flexbox article p {
	line-height: 2.0;
	font-size: 18px;
}

#index .flexbox article .btn_01 {
	margin-top: 35px;
}

#index .flexbox article figure {
	margin-top: 50px;
}

#index .flexbox article figure img {
	width: 100%;
}

#index .flexbox article .memo {
	margin-top: 45px;
	background: #D2E9D7;
}

#index .flexbox article .memo h3 {
	margin-bottom: 16px;
	padding: 10px 20px;
	line-height: 1.4;
	font-size: 24px;
	color: #ffffff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #47A959;
}


/*-----------------------------

#recruit

-----------------------------*/
#recruit .section_01 .inner {
	padding: 70px 0 90px;
}

#recruit .section_01 .inner .text p {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 2;
}

#recruit .section_01 .inner .img_01 img {
	width: 100%;
}

#recruit .section_02 .inner .flexbox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#recruit .section_02 .inner .flexbox .box_01,
#recruit .section_02 .inner .flexbox .box_02 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
	margin-top: 90px;
}

#recruit .section_02 .inner .flexbox .box_01 {
    padding-right: 10px;
}

#recruit .section_02 .inner .flexbox .box_01 .text p {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 2;
}

#recruit .section_02 .inner .flexbox .box_02 {
    padding-left: 10px;
}

#recruit .section_02 .inner .flexbox .box_02 .text p {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 2;
}

#recruit .section_02 .inner .flexbox .box_02 .memo {
	margin-bottom: 40px;
	background: #D3EAD8;
}

#recruit .section_02 .inner .flexbox .box_02 .memo dl {
    margin-bottom: 10px;
}

#recruit .section_02 .inner .flexbox .box_02 .memo dl:last-child {
    margin-bottom: 0;
}

#recruit .section_02 .inner .flexbox .box_02 .memo dl::after {
    content : " ";
    display : block;
    clear : both;
}

#recruit .section_02 .inner .flexbox .box_02 .memo dt {
	float: left;
	display: inline-block;
	width: 15%;
	padding: 0 10px;
	text-align: center;
	line-height: 2;
	background: #47A959;
}

#recruit .section_02 .inner .flexbox .box_02 .memo dd {
	float: right;
	display: inline-block;
	width: 85%;
	padding-left: 15px;
	line-height: 2;
}

#recruit .section_02 .inner .flexbox figure img {
    width: 100%;
	margin-bottom: 50px;
}

#recruit .section_02 .inner .bgbox {
	padding: 35px 100px;
	font-size: 16px;
	line-height: 2;
    background: #EAFAED;
}

#recruit .section_02 .carrier {
	padding-bottom: 100px;
}

#recruit .section_02 .carrier .headleine_02 {
	display: inline-block;
}

#recruit .section_02 .carrier p {
	font-size: 16px;
	line-height: 2;
}

#recruit .list,
#recruit .price {
	background: #EAFAED;
}

#recruit .list .headleine_02 {
	width: 30.5em;
	margin: 0 auto 65px;
}

#recruit .list ol {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#recruit .list ol::after{
  content:"";
  display: block;
  width:31%;
}

#recruit .list li {
    -webkit-flex-basis: 31%;
    flex-basis: 31%;
    max-width: 31%;
	margin-bottom: 45px;
	padding: 14px;
	background: #ffffff;
}

#recruit .list li figure {
	margin-bottom: 35px;
}

#recruit .list li figure img {
	width: 100%;
}

#recruit .list li p {
	font-size: 16px;
	line-height: 2;
}

#recruit .price .inner {
	padding: 45px 28px 45px 20px;
	background: #C3EDC7;
}

#recruit .price .flexbox .menu,
#recruit .price .flexbox .discount {
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    max-width: 49%;
}

#recruit .price .flexbox .menu th,
#recruit .price .flexbox .menu td {
    padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
}

#recruit .price .flexbox .menu th {
    background: #DEF0E2;
}

#recruit .price .flexbox .menu td {
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#recruit .price .flexbox .menu td span {
	font-size: 16px;
}

#recruit .price .flexbox .discount {
	padding: 15px;
    background: #BEE1C4;
}

#recruit .price .flexbox .discount table {
	width: 100%;
	margin-bottom: 15px;
}

#recruit .price .flexbox .discount table caption {
	margin-bottom: 10px;
	font-weight: bold;
}

#recruit .price .flexbox .discount th,
#recruit .price .flexbox .discount td {
	width: 50%;
    padding: 25px 10px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #ffffff;
}

#recruit .price .flexbox .discount p {
	text-align: center;
}

#recruit .price .flexbox .pricebox .note {
	width: 90%;
	margin: 28px auto 0;
}


/*-----------------------------

#event

-----------------------------*/
#event .leadtit {
	padding: 85px 0;
}

#event .section_01 .leadtit .headleine_02 {
	width: 20em;
	margin: auto;
}

#event .section_02 .leadtit .headleine_02 {
	width: 28em;
	margin: auto;
}

#event .price .headleine_04 {
	width: 25em;
	margin: 0 auto 30px;
}

#event .price .flexbox .pricebox {
	margin-bottom: 50px;
}

#event .price .pricebox .syuttyo {
	width: 50%;
	margin: 0 auto;
}

#event .section_02 .price .pricebox p {
	margin-top: 20px;
	text-align: center;
}


/*-----------------------------

#company

-----------------------------*/
#company .section_01 .idea {
	padding: 100px 0 130px;
}

#company .section_01 .idea::after {
    content : " ";
    display : block;
    clear : both;
}

#company .section_01 .idea .headleine_02 {
	display: inline-block;
}

#company .section_01 .idea figure {
	float: right;
	margin: 0 0 10px 20px;
}

#company .section_01 .idea p {
	margin-bottom: 50px;
	line-height: 2;
}

#company .section_01 .idea .catchcopy {
	width: 24em;
	margin: 0 auto;
	padding: 28px 50px;
	text-align: center;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #EAFAED;
}

#company .section_02 .headleine_03 .tit img {
	width: 100%;
	max-width: 182px;
	margin-right: 25px;
}

#company .recruit {
	padding: 90px 0 120px;
	background: #EAFAED;
}

#company .recruit .tit {
	margin-bottom: 75px;
	text-align: center;
}

#company .recruit .catchcopy {
	width: 24em;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#company .outline {
	width: 100%;
	margin: 85px 0;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#company .outline th {
	width: 30%;
}

#company .outline th span {
	display: block;
	margin-bottom: 15px;
	padding: 20px 40px; 
	background: #DEF0E2;
}

#company .outline td {
	width: 70%;
	padding: 20px 40px;
	font-weight: bold;
}

#company .outline td .ggmap {
	position: relative;
	margin-top: 50px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
#company .outline td .ggmap iframe,
#company .outline td .ggmap object,
#company .outline td .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#company .outline td li {
	line-height: 2;
}

#company .outline td li::before {
	content: "・";
}

#company .outline td li li {
	text-indent: -1em;
	margin-left: 1em;
}

#company .outline td li li::before {
	content: "☆";
}


/*-----------------------------

#contact

-----------------------------*/
#contact .form .inner {
	padding: 85px 0 150px;
}

#contact .form .inner h3 {
	margin-bottom: 30px;
	font-size: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


#contact .form .inner p {
	margin-bottom: 50px;
	line-height: 2;
}

#contact .form .inner table {
	width: 98%;
	margin: 0 auto 60px;
}


#contact .form .inner td,
#contact .form .inner th {
	padding-bottom: 20px;
	line-height: 1.4;
}

#contact .form .inner th {
	width: 15%;
	padding: 10px 10px 0 0;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contact .form .inner th:nth-of-type(2) {
	text-align: center;
}

#contact .form .inner td {
	width: 85%;
	padding: 10px 0;
}

#contact .form .inner tr:first-child td {
	width: 35%;
	padding-left: 10px;
}

#contact .form input {
	width: 100%;
	padding: 5px;
	border: none;
	background: #EAFAED;
}

#contact .form select {
	width: 100%;
	padding: 5px;
	border: none;
	background: #EAFAED;
}

#contact .form textarea {
	width: 100%;
	height: 160px;
	padding: 5px;
	border: none;
	background: #EAFAED;
}

#contact .form .button {
	text-align: center;
}

#contact .form .button p {
	margin-bottom: 20px;
}

#contact .form .button input {
	width: 320px;
	padding: 5px; 
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: none;
	border-radius: 20px;
	background: #156D21
}

#contact .error_list {
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 86%;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}

select[name="category"] {
    height: 32px;
}
