/* 全体的な設定 ---------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.8;
	background-color: white;
	min-width: 1000px;
}

* {
	margin: 0px;
	padding: 0px;
}
article {
	padding: 0 0 35px;
}
section {
	padding: 25px 0;
}

/***  リンク  ***/
a {
	color: #06f;
	text-decoration: none;
	display: inline-block;
	transition: .5s;
}
a:hover {
	filter:alpha(opacity=65);
	opacity:0.65;
	transform: translate(1px,2px);
}
a img {
border: 0px;
text-decoration: none;
}


/* ヘッダー  ----------------------------------------------------------*/
header #header {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1em;
}

/***  ナビゲーション ***/           

nav {
	font-size: 17px;
	height: 70px;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

nav ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav ul li {
	display: block;
	list-style-type: none;
	white-space: nowrap;
	width: auto;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
}
nav ul li a {
	display: inline-block;
    vertical-align: middle;
	line-height: 1.8;
	text-align: center;
	color: #000;
}

/* Toggle Button */
#nav-toggle,
#nav-sp{
    display: none;
}

/*フッター-----------------------------------------------------------------*/

#pagetop {
    position: fixed;
    bottom: 0px;
    right: 0px;
	line-height: 1em;
}
#pagetop img {
    vertical-align: bottom;
}
footer {
	line-height: 1em;
}

footer ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer ul li{
	display: block;
	list-style-type: none;
	white-space: nowrap;
	border-left: #ccc solid 1px;
	padding: 10px 15px;
}
footer ul li:last-child {
	border-right: #ccc solid 1px;
}
footer ul li a{
	color: #000;
}
#footer{
	margin: 10px 0 0 0;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
    border-top: solid #00A0E9 2px;
}
#footer div:nth-child(even) {
	padding: 0 80px 0 40px;
	line-height: 1.5;
	white-space: nowrap;
}
#copyright {
	font-size: 12px;
	line-height: 1em;
	padding: 80px 0 0 0 !important;
	text-align: right;
}

/* レイアウト ---------------------------------------------------------------- */

article {
width: 100%;
}
article > section:nth-child(odd) {
	background-color: #E9F2FE;
}
section > div {
	width: 1000px;
	margin: 0px auto;
}
section > div.p_center {
	display: flex;
	justify-content: center;
}

/* 見出し
-------------------------------------------------------------- */
h2{
	width: 100%;
	height: auto;
    min-width: 1000px;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
h2 img {
	display: block;
}
h3 {
	font-size: 35px;
	height: auto;
	padding: 0.5em 0;
	font-weight: normal;
	box-sizing: border-box;
	line-height: 1em;
	text-align: center;
    color: #00A0E9;
}
h3:before, h3:after {
    content: "";
    width: 40px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #00A0E9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
h3:before {
    margin-right: 25px;
}
h3:after {
    margin-left: 25px;
}
h4 {
	font-size: 20px;
	padding: 0 0 0.3em;
	border-bottom: #A4C238 solid 2px;
	line-height: 1em;
}
h4:before {
    content: "■";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
	padding: 0 10px 0 0;
	color: #A4C238;
}

/* ボタン
-------------------------------------------------------*/
.button1 a {
	display: block;
    border: solid #fff 1px;
    padding: 15px 50px;
	width: 230px;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 1em;
	text-align: center;
}
.button2 a, .button2 input {
	display: block;
    border: solid #fff 1px;
    width: 315px;
    box-sizing: border-box;
    padding: 7px;
	margin: 2px;
	background-color: #00A0E9;
	color: #fff;
	line-height: 1em;
	text-align: center;
	outline: 2px solid #00A0E9;
}
.button3 a {
	display: block;
    border: solid #fff 1px;
    width: auto;
    box-sizing: border-box;
	padding: 22px 0;
	margin: 2px;
	background-color: #00A0E9;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	outline: 2px solid #00A0E9;
	font-size: 20px;
}
.long a {
	width: auto;
}

/* 枠 ------------------------------------------------------ */

.box1 {
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box1 > div {
	padding: 0 25px 0 0;
	text-align: center;
}

/***  テーブル  ---------------------------------------------------------------- */
table {
	margin: 0 auto;
	width: auto;
	min-width: 750px;
	max-width: 1000px;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff;
}
table th {
	border-bottom: 1px solid #ccc;
	padding: 20px;
	white-space: nowrap;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
table th:before {
    content: "■";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
	padding: 0 10px 0 0;
	color: #A4C238;
	line-height: 1em;
}
table td {
	border-bottom: 1px solid #ccc;
	padding: 20px;
	vertical-align: top;
}

/***  リスト  ---------------------------------------------------------------- */
dl {
	display: flex;
	border-bottom: 1px solid #ccc;
	width: 750px;
	margin: 0 auto;
}
dt,dd {
	padding: 20px;
	box-sizing: border-box;
}
dt {
	white-space: nowrap;
}
dt:before {
    content: "■";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
	padding: 0 10px 0 0;
	color: #A4C238;
	line-height: 1em;
}

/* インデント・余白  ---------------------------------------------------------------- */
.ind_b1em {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
.in_t25 {
	margin: 25px 0 0 0;
}

/* フロート  ---------------------------------------------------------------- */
.fl {
	float: left;
	padding: 0 1em 0 0;
}


/***  行そろえ ---------------------------------------------------------------- */

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.middle {
	vertical-align: middle;
}

/* テキスト  ---------------------------------------------------------------- */
.require {
	color: #f90;
}
.text p {
	padding: 0.5em 0;
}

/* 吹き出し  ---------------------------------------------------------------- */
.comment p {
    position: relative;
    display: inline-block;
    color: #FFF;
    padding: 15px !important;
    margin: 15px 20px 0;
    background: #A4C238;
    z-index: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.comment p:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -20px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #A4C238 transparent transparent;
}


/* メイン画像
=============================================== */

#main{
	width: 100%;
	height: 800px;
    min-width: 1000px;
	background: url(../images/image_main.jpg) no-repeat center center;
	background-size: cover;
	padding: 0;
	text-align: center;
	position: relative;
}
#main div {
   width: auto;
   margin: 0 auto;
   padding: 45px 0;
   webkit-writing-mode: vertical-rl;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
   color: #fff;
   display: inline-block;
}
#main div .text {
	 font-size: 21px;
	 padding: 0 15px 0 0;
	text-align: left;
}
.caption {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 0 !important;
}

/* トップ
-------------------------------------------------------*/
#top > section:nth-child(even) {
	background-color: #E9F2FE;
}
#top > section:nth-child(odd) {
	background-color: #fff;
}

#menu {
	padding: 100px 0 0;
	line-height: 1em;
}

#menu > div {
	position: relative;
	height: 410px;
	padding: 0 0 150px;
}
#menu > div:last-child {
	padding: 0 0 65px;
}
#menu > div figure {
	position: absolute;
	top: 0;
}
#menu > div:nth-child(odd) figure {
	left: 0;
}
#menu > div:nth-child(even) figure {
	right: 0;
}
#menu > div div {
	position: absolute;
	background-color: #00A0E9;
	width: 430px;
	height: 330px;
	top: 80px;
	padding: 30px 18px 10px;
	box-sizing: border-box;
	color: #fff;
}
#menu > div:nth-child(odd) div {
	right: 0;
}
#menu > div:nth-child(even) div {
	left: 0;
}
#menu > div div .text {
	padding: 25px 18px;
	line-height: 1.8;
}


/* 事業内容
-------------------------------------------------------*/
#business h2 {
	background-image: url(../images/image_t_business.jpg);
}
#business h3 {
	 display: none;
}
#business > section {
	padding: 25px 0;
}
#business > section > div {
	display: flex;
	justify-content: space-between;
}
#business > section > div figure {
	padding: 0 25px 0 0;
}
#business p {
	padding: 15px 0 0 0;
}

/* 会社概要
-------------------------------------------------------*/
#company h2 {
	background-image: url(../images/image_t_company.jpg);
}
#company .text {
	margin: 0 auto;
	width: 760px;
}

/* リクルート
-------------------------------------------------------*/
#recruit h2 {
	background-image: url(../images/image_t_recruit.jpg);
}
#recruit > section.about > div {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}
#recruit > section.about > div figure {
	width: 280px;
}
#recruit > section.about > div figure img {
	width: auto;
	margin: 0 auto;
	display: block;
}
#recruit > section.about > div > div {
	width: 720px;
}
#recruit p {
	padding: 15px 0 0 0;
}

/* 事業者募集
-------------------------------------------------------*/
#partner h2 {
	background-image: url(../images/image_t_partner.jpg);
}


/* お問い合わせ
-------------------------------------------------------*/
#contact h2 {
	background-image: url(../images/image_t_contact.jpg);
}
#contact form {
    padding: 20px 0 0 0;
}
label{
    display: inline-block;
    cursor: pointer;
}
input[type=text],
input[type=email],
textarea {
    padding: 1px;
    border: 1px solid #ccc;
    background-color: #eee;
	height: 2em;
}
textarea {
	height: auto;
}
input[type=text]:hover,
textarea:hover,
input[type=text]:focus,
textarea:focus {
	background-color: #ECFBFF;
}
#contact .button2 {
    padding: 20px 0;
}
#contact .button2 {
	display: flex;
	justify-content: center;
}
#contact .button2 input {
    cursor: pointer;
    width: 320px;
	height: 65px;
	margin: 2px 4px;
	font-size: 20px;
	transition: .5s;
   -webkit-appearance: none;
}
#contact .button2 input:hover {
	filter:alpha(opacity=65);
	opacity:0.65;
	transform: translate(1px,2px);
}

.msg {
	color: #f90;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
@media only screen and (max-width : 999px){

/* 全体的な設定 ---------------------------------------------------------------- */
body {
	-webkit-text-size-adjust: 100%;
	min-width: 0px;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/* レイアウト ---------------------------------------------------------------- */

section > div {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

/* ヘッダー  ----------------------------------------------------------*/
header {
	height: auto;
}
header #header {
	width: 100%;
	height: auto;
	padding: 8px;
	box-sizing: border-box;
	justify-content: space-around;
}

/***  ナビゲーション ***/           

nav {
	height: auto;
}
nav ul {
	width: auto;
}
nav ul li {
	padding: 0 10px;
	height: auto;
	line-height: 1em;
}

/*フッター-----------------------------------------------------------------*/

#footer {
	width: 100%;
	padding: 15px 10px;
    justify-content: space-around;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#footer div {
	padding: 15px 0;
}
#footer div:nth-child(even) {
	padding: 15px 1em;
}
#copyright {
	padding: 0 !important;
}

/* レイアウト ---------------------------------------------------------------- */

section > div br {
	display: none;
}

/* 見出し
-------------------------------------------------------------- */
h2 {
    min-width: 0px;
	min-height: 180px;
}

/* ボタン
-------------------------------------------------------*/
.button2 a, .button2 input {
    max-width: 305px;
    width: auto;
}
.long a {
    max-width: 100%;
}
.button3 a br {
	display: block;
}

/* 枠 ------------------------------------------------------ */
.box1 {
	justify-content: left;
}

.box1 > div {
	padding: 0 5px;
}

/***  テーブル  ---------------------------------------------------------------- */
table th {
	padding: 10px;
	width: auto;
}
table td {
	padding: 10px;
}

/***  リスト  ---------------------------------------------------------------- */
dt,dd {
	padding: 10px;
}

/* メイン画像
=============================================== */

#main{
	height: auto;
    min-width: 0px;
}

/* トップ
-------------------------------------------------------*/
#menu > div {
	box-sizing: content-box;
}

/* 事業内容
-------------------------------------------------------*/
#business > section > div figure img {
	max-width: 200px;
}

/* リクルート
-------------------------------------------------------*/
#recruit .button3 a {
    max-width: 100%;
}
#recruit > section.about > div {
	padding: 25px 10px;
}
#recruit > section.about > div figure {
	width: 25%;
}
#recruit > section.about > div > div {
	width: 75%;
}

/* その他
-------------------------------------------------------------- */
iframe {
	width: 100% !important;
}

}
@media only screen and (max-width : 767px){
	
/* ヘッダー  ----------------------------------------------------------*/
header #header {
	padding: 5px;
}

/***  ナビゲーション ***/           

nav {
        position: absolute;
		left: 0px;
        top: -1000px;
        background: #E9F2FE;
        width: 100%;
		height: auto;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		display: block;
		z-index: 100;
}
nav ul {
        position: static;
	flex-direction: column;
		border-top: 1px solid #ccc;
}
nav ul li {
        height: auto;
        width: 100%;
		margin: 0px;
		padding: 8px 0;
        position: static;
		border-bottom: 1px solid #ccc;
}
nav ul li a {
        display: block;
}

/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
        display: block;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #00A0E9;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open nav {
	-moz-transform: translateY(1061px);
	-webkit-transform: translateY(1061px);
	transform: translateY(1061px);
}

/*フッター-----------------------------------------------------------------*/

footer ul li{
	padding: 10px;
}

/* 見出し
-------------------------------------------------------------- */
h2 {
	min-height: 120px;
}
h3 {
	font-size: 30px;
}

/***  テーブル  ---------------------------------------------------------------- */
table {
	min-width: 0px;
}

/***  リスト  ---------------------------------------------------------------- */
dl {
	width: auto;
}

/* トップ
-------------------------------------------------------*/
#menu > div {
	height: auto;
	padding: 0 0 100px;
}
#menu > div figure {
	position: relative;
}
#menu > div div {
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 100%;
}

/* 事業内容
-------------------------------------------------------*/
#business > section > div figure img {
	max-width: 150px;
}

/* 会社概要
-------------------------------------------------------*/
#company .text {
	width: auto;
}

/* リクルート
-------------------------------------------------------*/
#recruit > section.about > div figure img {
	max-width: 150px;
}
#recruit > section.about > div h4 {
	font-size: 18px;
}

/* お問い合わせ
-------------------------------------------------------*/
input[type=text],
input[type=email],
textarea {
	width: 100%;
	box-sizing: border-box;
}
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media only screen and (max-width : 567px){

/*フッター-----------------------------------------------------------------*/

footer ul{
	flex-wrap: wrap;
}
footer ul li{
	white-space: normal;
	margin: 5px 0 0 0;
}
footer ul li:first-child {
	border-left: none;
}
footer ul li:last-child {
	border-right: none;
}

#footer div {
	padding: 0.5em 0;
}
#footer div:nth-child(even) {
	padding: 0.5em 0;
}
#copyright {
	padding: 20px 0 0 0 !important;
}

/* 見出し
-------------------------------------------------------------- */
h3 {
	font-size: 25px;
}
h3:before, h3:after {
    width: 20px;
}
h3:before {
    margin-right: 10px;
}
h3:after {
    margin-left: 10px;
}

/* ボタン
-------------------------------------------------------*/
.button2 a, .button2 input {
	margin: 2px auto;
}

/* 枠 ------------------------------------------------------ */
.box1 {
	justify-content: center;
}

/***  テーブル  ---------------------------------------------------------------- */
table th, table td {
	display: block;
}
table th {
	border-bottom: none;
	padding: 0.5em 0 0 0;
}
table td {
	padding: 0.5em 0 0.5em 1.5em;
}

/***  リスト  ---------------------------------------------------------------- */
dl {
	display: block;
}
dt {
	border-bottom: none;
	padding: 0.5em 0 0 0;
}
dd {
	padding: 0.5em 0 0.5em 1.5em;
}

/* フロート  ---------------------------------------------------------------- */
.fl {
    float: none;
    padding: 0;
    display: block;
    text-align: center;
}

/* 事業内容
-------------------------------------------------------*/
#business > section > div {
	display: block;
}
#business > section > div figure {
    padding: 0 0 10px 0;
    text-align: center;
}
#business > section > div figure img {
	max-width: 100%;
}

/* リクルート
-------------------------------------------------------*/
#recruit .button3 a {
    font-size: 18px;
}
#recruit > section.about > div {
	display: block;
}
#recruit > section.about > div figure {
	width: auto;
    padding: 0 0 10px 0;
    text-align: center;
}
#recruit > section.about > div figure img {
	max-width: 100%;
}
#recruit > section.about > div > div {
	width: 100%;
}

/* お問い合わせ
-------------------------------------------------------*/
#contact form {
    padding: 20px 10px 0 10px;
}
}
