﻿@charset "utf-8";

/*------------------------------------

	共通CSS

--------------------------------------*/
.ttl_00 {
    font-size: 30px;
    font-weight: bold;
    line-height: 72px;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
}

.ttl_01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
}

.ttl_02 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
}

.ttl_03 {
    font-size: 30px;
    line-height: 72px;
    font-weight: bold;
    padding-left: 50px;
    background: url(../Image/common/logoGreen.png)no-repeat;
    background-position: center left;
    color: #49a247;
    border-bottom: 1px solid #49a247;
    margin-bottom: 20px;
}

.ttl_04 {
    font-size: 30px;
    line-height: 72px;
    font-weight: bold;
    padding-left: 50px;
    background: url(../Image/common/logoGreen.png)no-repeat;
    background-position: center left;
    color: #000;
    border-bottom: 1px solid #49a247;
    margin-bottom: 20px;
}

.txtBox {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

.subTxt {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
    text-align: left;
}

.boxL {
    width: 48%;
    float: left;
}

.boxR {
    width: 48%;
    float: right;
}

.sec_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
}

.hoverBorder a {
    position: relative;
    z-index: 0;
}

.hoverBorder a:before,
.hoverBorder a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.2s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hoverBorder a:before {
    border: 1px solid #f8f6f4;
    z-index: 2;
}

.hoverBorder a:hover:before {
    border: 20px solid #f8f6f4;
}

.hoverBorder a:after {
    background: #f8f6f4;
    opacity: 0;
    z-index: 1;
}

.hoverBorder a:hover:after {
    opacity: 0.75;
}

/*	リンク
-------------------*/
.linkBox a {
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(73, 162, 71) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border: 3px solid #49a247;
    text-align: center;
    padding: 5px 0;
    transition: .3s;
    font-weight: bold;
    margin-bottom: 30px;
}

.linkBox a:hover {
    color: #fff;
    background-position: -100% 0;
    color: #fff;
}

.linkBtn a {
    line-height: 1;
    margin: 10px;
    padding: 0 10px;
}

.linkBtn a img {
    vertical-align: middle;
}

.linkBtn a:hover {
    line-height: 1;
    margin-left: 20px;
}

/*	hover
-------------------*/
.over {
    transition: 0.2s;
}

.opt10:hover {
    opacity: 1.0;
}

.opt09:hover {
    opacity: 0.9;
}

.opt08:hover {
    opacity: 0.8;
}

.opt07:hover {
    opacity: 0.7;
}

.opt06:hover {
    opacity: 0.6;
}

.opt05:hover {
    opacity: 0.5;
}

.photo2 img {
    transition: 0.3s;
}

a:hover .photo2 img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*	下層タイトル
-------------------*/
.under #mainimg {
    width: 100%;
    text-align: center;
    /* background: url(../Image/under/un_ttl.png); */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #000;
    background: #fff;
}

.under #mainimg .cover h2 span {
    font-size: 19px;
    padding: 0 40px;
}

.under #mainimg .cover {
    /* background: rgba(247, 247, 247, 0.46); */
    padding: 50px 0;
    color: #0f0d0f;
    font-size: 36px;
    width: 1100px;
    margin: 0 auto;
    text-align: left;
}

.under #sec_01 {
    border-bottom: 2px solid #49a247;
}

/*	パンくずリスト
-------------------*/
#breadcrumb {
    padding: 10px 0 !important;
    /* width: 1000px; */
    margin: 0 auto;
    /* background-color: #fffdfb; */
    /* background-image: url(../Image/common/giza.png); */
    background-position: top;
    background-repeat: repeat-x;
    background: #6bba68;
    color: #fff;
    font-weight: bold;
}

#breadcrumb ul {
    width: 1100px;
    margin: 0 auto;
}

#breadcrumb ul li {
    display: inline-block;
}

#breadcrumb ul li:not(:last-child) {
    padding-right: 30px;
    -webkit-background-size: auto 14px;
    background-size: auto 14px;
}

#breadcrumb ul li:last-child {
    padding-left: 12px;
}

#breadcrumb ul li a {
    position: relative;
    display: inline-block;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 5px;
    text-align: center;
    font-size: 12px;
}

#breadcrumb ul li a:hover {
    color: #000;
}

#breadcrumb ul li a:before {
    position: absolute;
    top: 0;
    right: -50%;
    width: 100px;
    display: inline-block;
    content: '>';
    width: 10px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#breadcrumb ul li a:hover:before {
    width: 30px;
    transition: 0.3s;
}

/*	下層ページ共通
-------------------*/
.under .txtBox {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: bold;
}

.under #contents {
    background: #f9f9f9;
}

.under section {
    padding: 80px 0;
}

.under section .sec_inner {
    width: 1100px;
    background: #fff;
    margin: 0 auto;
    padding: 20px 50px 40px;
    box-sizing: border-box;
}

.under #sec_02,
.under #sec_03 {
    padding-bottom: 0;
}

.under .ttl_03 {
    font-size: 24px;
    line-height: 72px;
    font-weight: bold;
    padding-left: 0px;
    background: transparent;
    color: #49a247;
    border-bottom: none;
    margin-bottom: 0px;
}

.under .ttl_00 {
    font-size: 34px;
    font-weight: bold;
    line-height: 72px;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
    padding: 40px 0;
    color: #6bba68;
}

.under .ttl_02 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding: 0;
    margin: 10px 0 5px;
    padding-left: 20px;
    border-left: 5px solid;
    line-height: 1;
    margin: 20px 0 10px;
}

/*------------------------------------　各ページ詳細--------------------------------------*/

/*------------------------------------

	トップページ

--------------------------------------*/
/*	メイン
-------------------*/
#mainimage {
    background: linear-gradient(#fff 30%, #f9f9ec 30%);
    padding-bottom: 1px;
    position: relative;
}

#mainimage .txtBox {
    position: absolute;
    bottom: 4%;
    z-index: 1;
    left: 20%;
}

#mainimage .mainimg {
    width: 1440px;
    margin: 0 auto;
}

/*	SECTION 01
-------------------*/
#top #sec_01 {
    margin-top: 10px;
    background: #49a247;
    color: #fff;
    font-weight: bold;
}

/*	採用コンテンツ非表示時用
-------------------*/
#top #sec_01 .ttlWrap {
    padding-left: 148px;
    background: url(../Image/top/img_top01.png)no-repeat;
    padding-bottom: 20px;
    padding-top: 20px;
    background-position: left center;
}

#top #sec_01 .sec_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

/*	採用コンテンツ表示時用
-------------------
#top #sec_01 .boxL{
    width: 30%;
    float: left;
    padding-left: 148px;
    background: url(../Image/top/img_top01.png)no-repeat;
    padding-bottom: 45px;
    padding-top: 45px;
    background-position: left center;
}
#top #sec_01 .boxR{
	width:55%;
	float: right;
}
#top #sec_01 .boxR ul li{
	width:32%;
	margin-right: 2%;
	float: left;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: url(../Image/top/img_know01.png)no-repeat;
}
#top #sec_01 .boxR ul li:nth-child(2n){
	background: url(../Image/top/img_know02.png)no-repeat;
}
#top #sec_01 .boxR ul li:last-child{
	margin-right: 0;
	background: url(../Image/top/img_know03.png)no-repeat;
}
#top #sec_01 .boxR ul li a{
    background: url(../Image/common/ico_com.png)no-repeat;
    padding: 70px 0;
    width: 100%;
    background-position: center left 10px;
    padding-left: 19px;
}
#top #sec_01 .boxR ul li:nth-child(2) a{
    background: url(../Image/common/ico_work.png)no-repeat;
    width: 100%;
    background-position: center left 10px;
    padding-left: 19px;
}
#top #sec_01 .boxR ul li:nth-child(3) a{
    background: url(../Image/common/ico_man.png)no-repeat;
    width: 100%;
    background-position: center left 10px;
    padding-left: 19px;
}
#top #sec_01 .boxR ul li a:hover{
    width: 100%;
    background-position: center left 5px;
    padding-left: 19px;
	color: #fff;
	letter-spacing: 0.2em;
}*/
/*	SECTION 02
-------------------*/
#top #sec_02 {
    color: #49a247;
    border-bottom: 2px solid #49a247;
}

#top #sec_02 .boxBtm {
    background: #49a247;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

#top #sec_02 .boxBtm p {
    background: url(../Image/common/accow02.png)no-repeat;
    background-position: center;
}

#top #sec_02 .boxBtm li {
    padding-left: 155px;
    background: url(../Image/common/ico_check.png)no-repeat;
    text-align: left;
    background-position: center left 120px;
}

#top #sec_02 .boxR .txtBox {
    min-height: 140px;
}

/*	SECTION 03
-------------------*/
#top #sec_03 dl {
    width: 95%;
    margin: 0 auto;
}

#top #sec_03 dt {
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px 0;
}

#top #sec_03 dd {
    width: 80%;
    float: left;
    padding: 5px 0;
    font-weight: bold;
}

#top #sec_03 .datadate1 {
    background: #f9f9ec;
}

#top #sec_03 .datatitle1 {
    background: #f9f9ec;
}

/*	SECTION 04
-------------------*/
#top #sec_04 {
    padding-bottom: 100px;
}

#top #sec_04 .busBox {
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
}

#top #sec_04 .busBox li {
    width: 310px;
    margin-right: 85px;
    background: #f9f9ec;
    position: relative;
    float: left;
}

#top #sec_04 .busBox li:last-child {
    margin-right: 0;
}

#top #sec_04 .busBox li .photo2 {
    width: 100%;
    overflow: hidden;
}

#top #sec_04 .busBox .ttl_01 {
    background: url(../Image/top/bg_ttl.png)no-repeat;
    background-size: cover;
    color: #fff;
}

#top #sec_04 .busBox li .subTxt {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px 30px;
    text-align: left;
}

#top #sec_04 .busBox li .more {
    position: absolute;
    background-color: #49a247;
    background-image: url(../Image/common/arrowWhite.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
}

#top #sec_04 .busBox li a:hover .more {
    background-image: url(../Image/common/arrowWhite.png);
    background-position: center right 5px;
    transition: 0.3s;
}

#top #sec_04 .photo2 img {
    transition: 0.3s;
    width: 310px;
    overflow: hidden;
}

#top #sec_04 .busBox li:last-child {
    margin: auto;
}

/*------------------------------------

	会社概要

--------------------------------------*/
#company #sec_02 {
    padding-bottom: 0;
}

#company #sec_02 th {
    background: #6bba68;
    color: #fff;
    border: 1px solid;
    width: 20%;
}

#company #sec_02 td {
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

#company #sec_02 td dt {}

#company #sec_02 td dd {
    padding-left: 1em;
    margin-bottom: 10px;
}

#company #sec_03 {
    padding-bottom: 0;
}

#company #sec_03 th {
    padding: 50px 0;
}

#company #sec_03 td p {
    padding-left: 1px solid #ddd;
    padding: 20px;
    border-left: 5px solid #f0f0ea;
}

#company #sec_03 td,
#company #sec_03 th {
    border-bottom: 1px solid #ddd;
}

#company #sec_04 .boxL {
    width: 40%;
    float: left;
    padding: 100px 0;
    background: #fff;
}

#company #sec_04 li {
    font-size: 18px;
    font-weight: bold;
    list-style: circle;
}

#company #sec_04 .boxR {
    width: 48%;
    float: right;
    padding-top: 35px;
    color: #55a340;
}

/*------------------------------------

	BUSINESS

--------------------------------------*/
/*	sec_01
-------------------*/
#business section .sec_inner .boxL {
    width: 34%;
    float: left;
    padding-right: 30px;
    border-right: 1px solid #ddd;
}

#business section .sec_inner .boxL img {
    width: 100%;
    overflow: hidden;
}

#business section .sec_inner .boxR {
    width: 60%;
}

#business section .sec_inner {
    background: transparent;
    padding-bottom: 0;
    padding-top: 0;
}

#business section .sec_inner .txtBox {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: bold;
}

#business #sec_01 .busBox {
    width: 1100px;
    margin: 50px auto;
}

#business #sec_01 .busBox li {
    width: 285px;
    margin-right: 72.5px;
    background: #f9f9ec;
    position: relative;
    float: left;
    border: 1px solid #6ab368;
}

#business #sec_01 .busBox li:last-child {
    margin-right: 0;
}

#business #sec_01 .busBox li .photo2 {
    width: 100%;
    overflow: hidden;
}

#business #sec_01 .busBox .ttl_01 {
    background: url(../Image/top/bg_ttl.png)no-repeat;
    background-size: cover;
    color: #fff;
    width: 285px;
}

#business #sec_01 .busBox li .subTxt {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px 30px;
    text-align: left;
}

#business #sec_01 .busBox li .more {
    position: absolute;
    background-color: #49a247;
    background-image: url(../Image/common/arrowWhite.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
}

#business #sec_01 .busBox li a:hover .more {
    background-image: url(../Image/common/arrowWhite.png);
    background-position: center right 5px;
    transition: 0.3s;
}

#business #sec_01 .photo2 img {
    transition: 0.3s;
    overflow: hidden;
    width: 285px;
}

#business #sec_01 .busBox li:last-child {
    margin: auto;
}

#business #sec_01 .ddtBox .ttl_01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
    background: #6ab368;
    color: #fff;
    padding: 5px 0;
}

/*	sec02
-------------------*/
#business #sec_02 .ttl_04 {
    margin-bottom: 80px;
}

/*	事業詳細
-------------------*/
#business section .sec_inner .busWrap .ttl_02 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding: 0;
    margin: 10px 0 5px;
    padding-left: 20px;
    border-left: 5px solid;
    line-height: 1;
    margin: 20px 0 10px;
}

#business section .sec_inner .busWrap {
    background: #fff;
    border: 1px solid #49a247;
    box-sizing: border-box;
    padding: 40px;
}

#business section .sec_inner .busWrap .ttl_01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    color: #49a247;
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 5px solid #49a247;
}

#business .busWrap table tr td,
#business .busWrap table tr th {
    background: #f0f0ea;
    text-align: left;
    padding: 10px 20px;
}

#business .busWrap table tr th {
    width: 25%;
    box-sizing: border-box;
}

#business .busWrap table tr td {
    width: 75%;
    box-sizing: border-box;
}

#business .busWrap table tr:nth-child(even) td,
#business .busWrap table tr:nth-child(even) th {
    background: #ffffff;
}

#business .busWrap table .ttl {
    background: #ddd;
    padding: 20px;
    font-weight: bold;
}

/*------------------------------------

	個人のお客様へ

--------------------------------------*/
/*	sec01
-------------------*/
#personal #sec_01 {
    background: url(../Image/under/img_water.png)no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#personal #sec_02 li {
    padding-left: 30px;
    position: relative;
}

#personal #sec_02 li::before {
    content: "・";
    position: absolute;
    left: 0;
}

/*	sec02
-------------------*/
#personal #sec_02 ul {
    font-weight: bold;
}

#personal #sec_02 .boxL img {
    width: 100%;
}

#personal #sec_02 .ttl_04 {
    font-size: 24px;
    line-height: 72px;
    font-weight: bold;
    padding-left: 50px;
    background: url(../Image/common/logoGreen.png)no-repeat;
    background-position: center left;
    color: #000;
    border-bottom: 1px solid #49a247;
    margin-bottom: 20px;
}

#personal #sec_02 .boxL {
    width: 30%;
    float: left;
    text-align: center;
}

#personal #sec_02 .boxR {
    width: 64%;
    float: right;
}

#personal #sec_02 .boxL img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 10px solid rgba(211, 211, 209, 0.12);
    overflow: hidden;
}

/*	sec03
-------------------*/
#personal #sec_03 .txtBox {
    font-size: 18px;
    text-align: center;
}

#personal #sec_03 ul {
    width: 100%;
}

#personal #sec_03 li {
    padding: 20px 0 33px;
    border-bottom: 1px solid #e1e1e1;
}

#personal #sec_03 td.answer li {
    border: none;
    padding: 10px 0;
    font-size: 14px;
    width: 80%;
    position: relative;
    padding-left: 30px;
}

#personal #sec_03 td.answer li:before {
    position: absolute;
    left: 0;
    content: "・";
}

#personal #sec_03 li tr th {
    width: 5%;
    float: left;
    text-align: right;
    padding: 10px 0;
}

#personal #sec_03 li tr td {
    width: 90%;
    float: right;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    color: #6bba68;
}

#personal #sec_03 li tr td.answer {
    font-size: 16px;
    color: #000;
}

#personal #sec_03 .qIcon {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #6bba68;
    color: #FFF;
    border-radius: 50%;
    font-size: 18px;
}

#personal #sec_03 .aIcon {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #f3f3f3;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
}

#personal #sec_04 .telBtn img {
    margin-right: 5px;
}

/*------------------------------------

	採用情報

--------------------------------------*/
#recruit #sec_01 .innerWrap {
    width: 1100px;
    margin: 0 auto;
    background-image: url(../Image/recruit/rec_bg01.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover
}

#recruit #sec_01 .sec_inner {
    background: rgba(255, 255, 255, 0.5);
}

#recruit #sec_01 .sec_inner .name {
    text-align: right;
    font-size: 24px;
    padding-right: 0px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#recruit #sec_01 .sec_inner .name span {
    font-size: 18px;
}

/*	sec03
-------------------*/
#recruit #sec_03 {
    padding-bottom: 80px;
}

#recruit #sec_03 table tr td,
#recruit #sec_03 table tr th {
    background: #f0f0ea;
    text-align: left;
    padding: 10px 20px;
}

#recruit #sec_03 table tr th {
    width: 25%;
    box-sizing: border-box;
    text-align: center;
}

#recruit #sec_03 table tr td {
    width: 75%;
    box-sizing: border-box;
}

#recruit #sec_03 table tr:nth-child(even) td,
#recruit #sec_03 table tr:nth-child(even) th {
    background: #ffffff;
}

#recruit #sec_03 .linkBox a {
    display: block;
    width: fit-content;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(73, 162, 71) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border: 3px solid #fc9246;
    text-align: center;
    padding: .5em 2em;
    transition: .3s;
    font-weight: bold;
    margin: 30px auto;

}

#recruit #sec_03 .linkBox a:hover {
    color: #fff;
    background-position: -100% 0;
    background: #fc9246;
}

/*	sec02
-------------------*/
#recruit #sec_02 {
    background: #49a247;
    color: #fff;
    font-weight: bold;
    padding: 0px;
}

#recruit #sec_02 .ttl_00 {
    font-size: 30px;
    font-weight: bold;
    line-height: 72px;
    text-align: left;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    padding: 0;
    padding-left: 10px;
}

#recruit #sec_02 .ttl_02 {
    border: none;
    padding-left: 10px;
}

#recruit #sec_02 .sec_inner {
    background: transparent;
    padding: 0;
}

#recruit #sec_02 .boxL {
    width: 30%;
    float: left;
    padding-left: 148px;
    background: url(../Image/top/img_top01.png)no-repeat;
    padding-bottom: 45px;
    padding-top: 45px;
    background-position: left center;
}

#recruit #sec_02 .boxR {
    width: 55%;
    float: right;
}

#recruit #sec_02 .boxR ul li {
    width: 32%;
    margin-right: 2%;
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: url(../Image/top/img_know01.png)no-repeat;
}

#recruit #sec_02 .boxR ul li:nth-child(2n) {
    background: url(../Image/top/img_know02.png)no-repeat;
}

#recruit #sec_02 .boxR ul li:last-child {
    margin-right: 0;
    background: url(../Image/top/img_know03.png)no-repeat;
}

#recruit #sec_02 .boxR ul li a {
    background: url(../Image/common/ico_com.png)no-repeat;
    padding: 70px 0;
    width: 100%;
    background-position: center left 10px;
    padding-left: 19px;
}

#recruit #sec_02 .boxR ul li:nth-child(2) a {
    background: url(../Image/common/ico_work.png)no-repeat;
    width: 100%;
    background-position: center left 10px;
    padding-left: 19px;
}

#recruit #sec_02 .boxR ul li:nth-child(3) a {
    background: url(../Image/common/ico_man.png)no-repeat;
    width: 100%;
    background-position: center left 10px;
    padding-left: 19px;
}

#recruit #sec_02 .boxR ul li a:hover {
    width: 100%;
    background-position: center left 5px;
    padding-left: 19px;
    color: #fff;
    letter-spacing: 0.2em;
}

/*------------------------------------

	会社を知る

--------------------------------------*/
#rec_company .welfare {
    margin: 0px 0px 20px 0px;
}

#rec_company .welfare dt {
    width: 200px;
    padding: 9px 0px 9px 20px;
    float: left;
    font-weight: bold;
}

#rec_company .welfare dd {
    float: left;
    padding: 9px 0px 9px 0px;
}

#rec_company .welfare dl:nth-child(even) {
    background: #f0f7ee;
}

/*------------------------------------

	施工実績

--------------------------------------*/
#work section .workGal li {
    width: 32%;
    margin-left: 2%;
    float: left;
    margin-bottom: 20px;
}

#work section .workGal li:nth-child(3n) {
    margin-left: 0;
}

#work section .workGal li .ttl_03 {
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    padding-left: 0px;
    background: transparent;
    color: #49a247;
    border-bottom: none;
    margin-bottom: 0px;
}

#work section .workGal li .photo2 {
    width: 100%;
    overflow: hidden;
}

#work section .workGal img {
    transition: 0.3s;
    overflow: hidden;
    width: 285px;
}

#work #sec_02 {
    padding-bottom: 80px;
}

/*-------------------------------------

	新着情報

--------------------------------------*/
#news .cts_ttl {
    background: url(../Image/news/ttl_bg.jpg) no-repeat center bottom;
}

#news .cts_box {
    padding: 50px 0;
    text-align: center;
}

#news .post_list {
    max-width: 900px;
    margin: 0 auto 25px;
}

#news .post_list tr {
    border-bottom: solid 1px #ddd;
}

#news .post_list th,
#news .post_list td {
    padding: 50px 25px;
    text-align: left;
}

#news .post_list th {
    vertical-align: text-top;
    width: 18%;
}

#news .post_list td h3 {
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

#news .post_list td h3 a {
    color: #3a722b;
    position: relative;
    display: inline-block;
}

#news .post_list td h3 a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    border-bottom: solid 1px #3a722b;
    bottom: 0;
    left: 0;
    transition: .3s;
}

#news .post_list td h3 a:hover::before {
    width: 100%;
}

/*----------------------------------
	サイトマップ
--------------------------------------*/
#sitemap #sec_01 .leftBox {
    width: 45%;
    float: left;
}

#sitemap #sec_01 .rightBox {
    width: 45%;
    float: right;
    border-left: #ccc 1px solid;
    padding-left: 5%;
}

#sitemap #sec_01 li a {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    padding: 10px;
}

#sitemap #sec_01 li a::before {
    content: "■";
    color: #6bba68;
    padding-right: 10px;
}

#sitemap #sec_01 .under li a::before {
    content: "-";
    color: #AD864F;
    padding-right: 10px;
}

#sitemap #sec_01 li a:hover {
    color: #6bba68;
    background: rgba(181, 180, 179, 0.05);
    transition: 0.3s;
}

#sitemap #sec_01 .under li a {
    font-size: 16px;
    margin-left: 2em;
}

#sitemap #sec_01 .sec_inner {
    padding: 20px 150px 40px;
}

/*-------------------------------------

	プライバシーポリシー

--------------------------------------*/
#privacypolicy #sec_01 {
    background: rgba(181, 180, 179, 0.05);
}

#privacypolicy #sec_01 .sec_inner {
    width: 980px;
}

#privacypolicy .box_contents {
    margin: 0 auto;
}

#privacypolicy .description {
    margin-bottom: 40px;
    line-height: 1.7;
    font-size: 15px;
}

#privacypolicy .pp_list {
    letter-spacing: 0.1em;
}

#privacypolicy .pp_list .ttl_02 {
    line-height: 1.4;
}

#privacypolicy .pp_list dd {
    padding: 15px 16px 35px;
}

#privacypolicy .pp_list dd:last-child {
    padding-bottom: 0;
}

#privacypolicy .pp_list dd p {
    margin-bottom: 15px;
}

#privacypolicy .pp_list dd p:last-child {
    margin-bottom: 0;
}

#privacypolicy .pp_list dd a {
    text-decoration: underline;
}

#privacypolicy .pp_list dd a:hover {
    text-decoration: none;
}

#privacypolicy .pp_list dd ul {
    padding: 20px 0 0;
    margin: 0 16px;
    padding-left: 1.0em;
}

#privacypolicy .pp_list dd ul li {
    margin-bottom: 5px;
    list-style-type: square;
    background-size: 12px;
}

#privacypolicy #sec_01 .txtBox {
    text-align: center;
}

#privacypolicy #sec_01 .txtBox p {
    padding: 30px 0;
    font-size: 18px;
    font-weight: bold;
}

#privacypolicy #sec_01 .box {
    margin-top: 50px;
}

#privacypolicy #sec_01 .box h2 {
    background: #ce9f5c;
    text-align: center;
    padding: 5px;
}

#privacypolicy #sec_01 .box table th {
    background: rgba(221, 221, 221, 0.16);
    ;
    padding: 5px 0;
    border: 1px solid #fff;
}

#privacypolicy #sec_01 .box table td {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0.16);
    padding: 5px 0;
    padding-left: 10px;
}

/*------------------------------------

	大コンテンツ

--------------------------------------*/
/*	小コンテンツ
-------------------*/
/*	詳細　*/

/*-------------------------------------

	お問い合わせ

--------------------------------------*/
#contact #sec_01 .txtBox {
    font-size: 14px;
    font-weight: 400;
}

#contact #sec_01 {
    background: hsla(67, 6%, 54%, 0.09);
    padding: 80px;
}

#contact #sec_01 .sec_inner,
#thanks #sec_01 .sec_inner {
    width: 980px;
    padding: 20px 80px;
    background: #fff;
    box-sizing: border-box;
}

#contact #sec_01 table tr {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact #sec_01 table tr.contact {
    clear: both;
    width: 100% !important;
}

#contact #sec_01 table th,
#contact #sec_01 table td {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    float: left;
}

#contact #sec_01 table th {
    border-left: 5px solid;
    width: 26%;
}

#contact #sec_01 table .halfBox th {}

#contact #sec_01 table td input,
#contact #sec_01 table td textarea {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px !important;
    font-size: 15px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #ddd;
}

#contact #sec_01 table td textarea {
    height: 160px !important;
    line-height: 1.5 !important;
}

#contact #sec_01 table th {
    font-size: 16px;
    padding: 0 20px;
    font-weight: bold;
    line-height: 1;
}

#contact #sec_01 table td {
    margin: 0px 20px 30px;
    width: 66%;
}

#contact #sec_01 table .halfBox td input {
    width: 48% !important;
    margin-right: 2%;
    display: inline-block;
    float: left;
}

/*#contact .mfp_buttons button:hover {
	background: #b09d7c;
	color: #fff;
	transition: 0.3s;
	background-repeat: no-repeat;
	background-position: right 25px top 13px;
}
#contact .mfp_buttons button {
	padding: 20px 0;
	font-size: 17px;
	color: #fff;
	border: 2px solid #000;
	letter-spacing: 0.1em;
	text-align: center;
	width: 400px;
	margin: 0 auto;
}
#contact .mfp_buttons button:hover {
	background: #fff;
	color: #000;
	letter-spacing: 0.1em;
	transition: 0.3s;
}*/
#contact .mfp_buttons {
    width: 100%;
    text-align: center;
}

#contact .mfp_buttons button {
    background: #fff;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(73, 162, 71) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border: 3px solid #49a247;
    text-align: center;
    transition: .3s;
    font-weight: bold;
    display: inline-block;
    width: 250px;
    padding: 10px 0;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 30px;
}

#contact .mfp_buttons button:hover {
    background-position: -100% 0;
    color: #fff;
}

/*mailformproを使用する場合、エラーメッセージなどのエフェクトがうざい場合は以下を使ってください。must-fillはサイト毎に変更必要です。*/
/* フォーム部品のボックスシャドウ打消し */
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
    box-shadow: none;
}

/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
    background: none;
    padding-left: 0;
    color: #f26;
    font-weight: bold;
}

/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
    background-color: #fdd;
}

/* 入力OKのエフェクト */
div.mfp_ok {
    background-color: #ff7500;
    border-color: #ff7500;
    font-size: 12px;
}

/* チェックボックスのエフェクト打消し */
form#mailformpro label.mfp_not_checked {
    padding: 0;
    border: none;
}

form#mailformpro label.mfp_checked {
    padding: 0;
    border: none;
    background: none;
}

/* ボタンのエフェクト打消し */
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
    font-size: 0.8em;
    text-shadow: none;
}

/* 内容確認画面のテーブルを全幅 */
#mfp_confirm_table {
    width: 100%;
}

/* 内容確認画面のテーブルのデザイン */
#mfp_confirm_table th,
#mfp_confirm_table td {
    line-height: 1.5 !important;
}

#mfp_confirm_table th {
    padding: 10px 10px !important;
    text-align: left !important;
    line-height: 1 !important;
}

#mfp_confirm_table td {
    padding: 15px 20px;
}

div#mfp_phase_confirm h4 {
    font-size: 0.9em;
    margin-bottom: 20px;
}

/* 入力画面の「必須」のデザイン */
.must-fill {
    /* background: #e04; */
    padding: 1px 3px;
    color: #F44336;
    font-size: 0.8em;
    display: display;
    margin-left: 0px;
    border-radius: 4px;
    float: none;
}

.must-fill::before {
    content: "／";
    margin-right: 3px;
    margin-left: 10px;
}

#thanks .txtBox {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 17px;
    text-align: center;
}

/*-------------------------------------

	応募フォーム

--------------------------------------*/
#en #contact #sec_01 table .radio input {}

/*-----------------------------------------------------
	ブログなどのページャー（Wordpress）
------------------------------------------------------*/
/* ナビゲーション全体のデザイン */
.wp-pagenavi {
    text-align: center;
}

/* ボタン<a>タグのデザイン */
.wp-pagenavi a {
    padding: 0 8px;
    background: #3a8ba6;
    color: #fff;
    margin-right: 4px;
    display: inline-block;
}

/* ボタン<a>タグのホバー時のデザイン */
.wp-pagenavi a:hover {
    background: #ededed;
    color: #333;
}

/* 表示中のページ番号のデザイン */
.wp-pagenavi .current {
    background: #ededed;
    color: #333;
    padding: 0 8px;
    margin-right: 4px;
    display: inline-block;
}

/* 矢印（ < とか > ）のデザイン */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #3a8ba6;
    background: none;
    font-size: 0.9em;
    font-weight: bold;
}

/*-----------------------------------------------------
	ブログなどのページャー（Pascal）
------------------------------------------------------*/

/*-必要な場合は冒頭にbody名を付けてください-*/

a[title*="page"] {
    display: inline-block !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-right: 2px;
    vertical-align: middle;
    clear: both;
    background: rgba(191, 191, 191, 0.1);
    text-align: center;
    border: 1px solid #ccc;
    transition: .3s;
}

a[title*="previous"] {
    margin-right: 5px;
}

a[title*="page"]:hover {
    background: #3a722b;
    color: #fff;
}

b u {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-right: 2px;
    vertical-align: middle;
    clear: both;
    background: #393737;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
}















#recruit #sec_04 h2 {
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 767.9px) {
    #recruit #sec_04 h2 {
        text-align: left;
    }
}

#recruit #sec_04 .wrapper {
    padding: 20px;
    box-shadow: 0 0 10px rgb(208, 208, 208);
    display: flex;
    gap: 10px;
    margin-top: 30px;

}

@media screen and (max-width: 767.9px) {
    #recruit #sec_04 .wrapper {
        flex-direction: column;
    }
}

#recruit #sec_04 .wrapper .box {
    width: 50%;
    padding: 20px;
}

@media screen and (max-width: 767.9px) {
    #recruit #sec_04 .wrapper .box {
        width: 100%;
        padding: 0;
    }
}

#recruit #sec_04 .wrapper .text h3 {
    text-align: center;
    border-bottom: 1px solid #dddddd;
    color: #000;
    font-size: 20px;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

#recruit #sec_04 .wrapper .text ul {
    width: fit-content;
    margin: 0 auto;
    color: #49a247;
}

@media screen and (max-width: 767.9px) {
    #recruit #sec_04 .wrapper .text ul {
        width: 100%;
    }
}

#recruit #sec_04 .wrapper .text li {
    font-size: 18px;
    font-weight: bold;
    list-style: circle;
}

@media screen and (max-width: 767.9px) {
    #recruit #sec_04 .wrapper .text li {
        margin-bottom: 0px !important;
    }
}

#recruit #sec_04 .wrapper .image img {
    width: 100%;
}

#recruit #sec_05 h2 {
    font-size: 24px;
    margin-bottom: 1em;
    color: #49a247;
}

#recruit #sec_03,
#recruit #sec_05 {
    padding-top: 0;
}






#company section:not(:last-of-type) {
    padding-bottom: 0;
}

#company #sec_05 .read {
    text-align: center;
}

#company #sec_05 .read h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

#company #sec_05 .sdgs-read {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

@media screen and (max-width: 767.9px) {
    #company #sec_05 .sdgs-read {
        gap: 5px;
    }
}

#company #sec_05 .sdgs-read .box {
    width: calc((100% - 24px) / 3);
    background: gray;
    padding: 20px;
}

@media screen and (max-width: 767.9px) {
    #company #sec_05 .sdgs-read .box {
        padding: 10px 5px;
    }
}

#company #sec_05 .sdgs-read .box.e {
    background: #09ae8c;
}

#company #sec_05 .sdgs-read .box.s {
    background: #fe9725;
}

#company #sec_05 .sdgs-read .box.g {
    background: #1498c3;
}

#company #sec_05 .sdgs-read .box h3 {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767.9px) {
    #company #sec_05 .sdgs-read .box h3 {
        font-size: 25px;
    }
}

#company #sec_05 .sdgs-read .box h3 span {
    display: block;
    font-size: .6em;
}

#company #sec_05 .sdgs-read .box p {
    text-align: right;
    color: #fff;
    font-weight: bold;
}

#company #sec_05 .sdgs-read .box ul {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

#company #sec_05 .sdgs-read .box ul li {
    display: flex;
    gap: 5px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 767.9px) {
    #company #sec_05 .sdgs-read .box ul li {
        margin-bottom: 0 !important;
    }
}

#company #sec_05 .sdgs-read .box ul li::before {
    content: "▶";
    color: #fff;
}

@media screen and (max-width: 767.9px) {
    #company #sec_05 .sdgs-read .box ul li::before {
        font-size: .8em;
    }
}

#company #sec_05 .sdgs-list {
    margin-top: 40px;
}

#company #sec_05 .sdgs-list h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;

}

#company #sec_05 .sdgs-list.e h3 {
    color: #09ae8c;
}

#company #sec_05 .sdgs-list.s h3 {
    color: #fe9725;
}

#company #sec_05 .sdgs-list.g h3 {
    color: #1498c3;
}

#company #sec_05 .sdgs-list ul {
    border-bottom: 1px solid rgb(203, 203, 203);
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#company #sec_05 .sdgs-list ul li {
    display: flex;
    gap: 20px;
}

#company #sec_05 .sdgs-list ul li .img {
    width: 20%;
    flex-shrink: 0;
}

#company #sec_05 .sdgs-list ul li .img img {
    width: 100%;
    border: 1px solid rgb(203, 203, 203);
}

#company #sec_05 .sdgs-list ul li .text h4 {
    font-size: 20px;
    margin-bottom: 10px;
    border-left: 5px solid #5f5f5f;
    line-height: 1;
    padding-left: 10px;
    margin-top: 10px;
}

#company #sec_05 .sdgs-list.e ul li .text h4 {
    border-color: #09ae8c;
}

#company #sec_05 .sdgs-list.s ul li .text h4 {
    border-color: #fe9725;
}

#company #sec_05 .sdgs-list.g ul li .text h4 {
    border-color: #1498c3;
}

#company #sec_05 .sdgs-list ul li .text {
    width: 100%;
}

#company #sec_05 .sdgs-list ul li .text a {
    display: block;
    width: fit-content;
    color: #fff;
    background: #6bba68;
    padding: 5px 1em;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #6bba68;
    transition: all .4s;
}

#company #sec_05 .sdgs-list ul li .text a:hover {
    color: #6bba68;
    background: #fff;

}


#company #sec_05 .g-more {
    background: #1498c3;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0;
}


#company #sec_06 .sec_inner {
    background: #49a247;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#company #sec_07 p {
    font-size: 16px;
    margin-bottom: 10px;
}

#company #sec_07 iframe {
    width: 100%;
}
