@charset "UTF-8";
@import url("grid.css");

body {
    padding-top: 100px;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    /*display:block;*/
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

h2 {
    margin-top: 80px;
}

.text_15 {
    font-size: 1.5em;
    font-weight: bolder;
}

.text_14 {
    font-size: 1.4em;
    margin: 0 1rem 0 3rem;
}

.text_02 {
    font-size: 2rem;
    line-height: 2;
}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 { 
    padding: 1rem 0;
	letter-spacing: 3px;
}
.snsbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
	margin-bottom: 0.5rem;
}
nav li {
    display: block;
    flex: 0 0 15%;
}
nav li a {
    text-decoration: none;
    text-align: center;
}
nav a:hover {
    text-decoration: underline;
}
nav a {
    padding: 1rem;
}

.telsp {
    color: #666;
    margin-bottom: 0.5rem;
}

#title_img {
    margin-left: 200px;
}
.head_tel {
    font-weight: bolder;
    font-size: 1.8rem;
    margin: 20px 0 0 60px;
    color: #666;
}
.contact_tel {
    font-size: 2rem;
    font-weight: bold;
    color: #666;
}

.contact_tel3 {
    font-size: 3rem;
    font-weight: bold;
    color: #666;
}

.date {
    margin-top: 10px;
}

.w-30 {
    width: 22%;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}

}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
#title_img {
    margin-left: 5px;
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 1px;
    right: 1px;
    }
nav ul {
	flex-direction: column;
}

.navbar-nav a {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}

/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
.snsbox {
    font-size: 1.8rem;
}

.head_tel {
    font-weight: bolder;
    font-size: 1.2rem;
    margin: 10px 0 0 5px;
}

.w-30 {
    width: 35%;
}
}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
}

/*キャッチタイトル
-------------------------------------*/
h2.catch {
	text-align: center;
	color: #333;
	font-size: 4.0rem;
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #fff;
    padding: 3rem 0;
}
footer h5 {
    border-bottom: 1px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#page-top a {
    display: block;
    background: #666;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#page-top a:hover {
    background: #999;
}

/* 業務内容
----------------------------------- */

h4.midasi {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 3em;
    line-height: 3em;
    background-color: aquamarine;
    text-align: center;
    border-radius:26px 26px 0px 0px;
}
h4.yotei {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 3em;
    line-height: 3em;
    border: 3px dashed aquamarine;
    background-color: rgb(240, 255, 250);
    text-align: center;
    border-radius:26px 26px 26px 26px;
}
.box_ninniku {
    margin: 0 0 30px 0;
    width: 100%;
    height: 400px;
    background-image:url(../img/seihin_img/ninniku.png);
    background-repeat: no-repeat;
    background-position: 90% 90%;
    border-left: aquamarine solid 2px;
    border-bottom: aquamarine solid 2px;
    border-right: aquamarine solid 2px;
    border-radius:0px 0px 26px 26px;
}

.box_kumitate {
    margin: 0 0 30px 0;
    width: 100%;
    height: 400px;
    background-image:url(../img/seihin_img/job_seibishi_man.png);
    background-repeat: no-repeat;
    background-position: 90% 95%;
    border-left: aquamarine solid 2px;
    border-bottom: aquamarine solid 2px;
    border-right: aquamarine solid 2px;
    border-radius:0px 0px 26px 26px;
}

.box_nougyou {
    margin: 0 0 30px 0;
    width: 100%;
    height: 400px;
    background-image:url(../img/seihin_img/nouka_man.png);
    background-repeat: no-repeat;
    background-position: 10% 90%;
    border-left: aquamarine solid 2px;
    border-bottom: aquamarine solid 2px;
    border-right: aquamarine solid 2px;
    border-radius:0px 0px 26px 26px;
}

.text_14_01 {
    font-size: 1.4em;
    padding-top: 1em;
    margin: 0 1.5rem 0 1.5rem;
}

/*パンくずリスト
-----------------------------------*/
/*.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}*/