@charset "utf-8";

/*
---------------------------------------
  1カラムリニューアル
---------------------------------------
*/

.minchou{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',"source-han-serif-japanese","Sawarabi Mincho",'ＭＳ 明朝', 'MS Mincho',sans-serif;
}

h2.minchou{
	font-size: 18px;
    font-weight: 600;
    color: #4b3304;
	text-align: center;
	margin-top: 25px;
    letter-spacing: 0.075em;
}

p.greenBtn a{
	display: block;
    width: 300px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
	text-decoration: none;
    background: #7EB973;
    color: #fff;
    margin: 25px auto 0;
}

.cVoiceLeft p.greenBtn a{
	margin: 0 auto 30px;
}

.company-menu{
	margin-bottom: 50px;
}

.company-menu ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.company-menu ul li{
	position: relative;
    width: 48%;
    height: 20vh;
    overflow: hidden;
    margin-bottom: 5%;
}

.company-menu ul li .overlay{
	width: 100%;
	height: 80%;
	opacity: 0;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: .7s ease-in-out;
	z-index: 1;
}

.company-menu ul li:hover .overlay{
	opacity: 0.6;
}

a, a:hover{
	outline: 0;
    cursor: pointer;
    text-decoration: none;
}

.company-menu ul li .menu-image{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 80%;
}

.company-menu ul li img{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.company-menu ul li span{
	display: block;
	width: 100%;
	margin-top: 5%;
    text-align: center;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    color: #000;
    font-size: 18px;
}

.kigyou .message_txt{
	background: #FFECEB;
    padding: 50px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.kigyou .message_txt h3{
	width: 90%;
	margin: 0 auto 25px;
	text-align: left;
	line-height: 1.25em;
	font-size: 28px;
	font-weight: 600;
}

.kigyou .message_txt ul{
	display: block;
	text-align: center;
	margin: 0 auto;
}

.kigyou .message_txt ul li:first-of-type{
	margin-bottom: 25px;
}

.kigyou .message_txt ul li:nth-of-type(2){
	width: 95%;
	margin: 0 auto 50px;
	text-align: left;
}

.kigyou .message_txt ul:nth-of-type(3) li:nth-of-type(2){
	margin-bottom: 0;
}

p.ceo_image{
	margin-bottom: 25px;
}

div.msg-profile{
	padding: 15px 30px;
	border: none;
    background-color: #DEFFD8;
}

.msg-profile .bold.f20{
	font-size: 16px;
	font-weight: 600;
}

.businessinfo-key{
	margin-bottom: 25px;
}

table.businessinfo-tbl th{
	border: none;
	background: none;
	vertical-align: top;
}

table.businessinfo-tbl td{
	border: none;
	background: none;
	vertical-align: top;
}

/*
---------------------------------------
  common-component
---------------------------------------
*/

#company-wrapper {
  margin-bottom: 30px;
}

.main {
  padding: 0 10px;
  margin-bottom: 20px;
}

.main a {
  color: #41A731;
}

.company-page .main {
  margin-bottom: 20px;
}

.company-article a {
  color: #333;
}

/* header */

.cont-header {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
}

.main .cont-header {
  padding: 0;
}

.cont-header > h2 {
  color: #4b3304;
  font-size: 32px;
  border-bottom: 1px solid #d3d4b4;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.cont-header > p {
  font-size: 14px;
  line-height: 1.6em;
}

/* sidenav */

#company00_nav {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}

#company00_nav ul {
  width: 100%;
  border: 1px solid #aaa;
}

#company00_nav li + li {
  border-top: 1px solid #aaa;
}

#company00_nav li a {
  text-decoration: none;
  display: block;
  padding: 12px;
  font-size: 14px;
  color: #333;
  position: relative;
  box-shadow: 1px 0 0 1px white inset;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f9f9f9), color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 50%,#ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 50%,#ebebeb 100%);
}

#company00_nav li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4e504e;
  border-right: 2px solid #4e504e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -4px;
}

/*
---------------------------------------
  article
---------------------------------------
*/

.company-article h2 {
  font-size: 20px;
  line-height: 1.4em;
  color: #6C5932;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 3px #d3d4b4 double;
}

.company-article h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.media-image {
  margin: 15px 0;
}

.media-image img {
  width: auto;
  max-width: 100%;
  max-height: 400px;
  border: 1px solid #ddd;
}

.company-article p + h3,
.company-article p + p {
  margin-top: 1.0em;
}

/* planner */

.section-border {
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.planner-header {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.planner-header .memb_tit {
  margin-bottom: 20px;
}

.planner-header .memb_tit_t {
  background: #63ad30;
  color: #fff;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.planner-header .memb_tit_t p {
  line-height: 1.6em;
  margin-top: 0;
}

.memb_tit_t p.name {
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}

.memb_tit_t p.name_rome {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
}

.memb_tit_t p.reki {
  font-size: 14px;
}

.memb_tit_t p.uri {
  font-size: 14px;
}

.memb_tit_t p.uri br {
  display: none;
}

.memb_prof_ph_all {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.memb_prof {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.memb_prof p {
  font-weight: 700;
  color: #63ad30;
  font-size: 20px;
  margin-bottom: 5px;
}

.memb_point {
  border: solid 1px #63ad30;
  padding: 10px;
  border-radius: 0.5em;
}

.memb_point_tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.4em;
}

.memb_point_tit img {
  display: none;
}

.memb_point .cb {
  font-size: 14px;
  line-height: 1.4em;
}

.memb_question {
  font-size: 14px;
  line-height: 1.4em;
  font-variant: inherit;
  margin-top: 30px;
}

.memb_question p {
  color: #63ad30;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.4em;
}

.company-sp-tit {
  width: 100%;
  font-size: 26px;
  background: #e5ebeb;
  border-bottom: #4e4020 1px solid;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.company-article p {
  font-size: 14px;
  line-height: 1.6em;
}

.cVoice {
  width: 100%;
}

.cVoice img {
  margin-bottom: 10px;
}

.cVoice p {
  font-size: 14px;
  line-height: 1.6em;
}

.cTitle span {
  display: block;
  background: #ddd8bf;
  font-size: 16px;
  color: #4e4020;
  padding: 10px;
  margin: 20px 0;
  border-left: 5px solid #716C46;
  line-height: 1.6em;
}

.voiceLeft,
.voiceRight {
  border: solid 4px #E4E0D5;
  background-color: #F9F8F6;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.voiceLeft a,
.voiceRight a {
  display: table;
  width: 100%;
  padding: 10px 30px 10px 10px;
  color: #333;
  text-decoration: none;
  position: relative;
}

.voiceLeft a:after,
.voiceRight a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4e504e;
  border-right: 2px solid #4e504e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.voiceLeft p,
.voiceRight p {
  line-height: 1.4em;
  font-size: 14px;
  margin-left: 110px;
}

.voiceLeft img,
.voiceRight img {
  float: left;
  margin-right: 10px;
  width: 100px;
}

.moreTxt {
  margin-bottom: 30px;
}

.moreTxt a {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4f1e4), to(#c2ddc2));
  background: -webkit-linear-gradient(top, #e4f1e4, #c2ddc2);
  background: linear-gradient(to bottom, #e4f1e4, #c2ddc2);
  border: #a8ada5 1px solid;
  border-radius: 6px;
  text-shadow: 1px 1px 1px white;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
}

.moreTxt a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4e504e;
  border-right: 2px solid #4e504e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.message_txt span {
  font-size: 15px;
  font-weight: bold;
  color: #006400;
  line-height: 1.8em;
  display: block;
}

.media-link-wrapper {
  border: 1px solid #000;
  margin-bottom: 10px;
}

.media-link-wrapper a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px;
}

.med_name {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  line-height: 1.4em;
  font-weight: 700;
}

.med_tit {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.4em;
}

.med_u {
  border-top: 1px solid #d8dadc;
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.med_bold {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.policy-ttl {
  background: #ddd8bf;
  font-size: 16px;
  color: #4e4020;
  padding: 10px 0 10px 10px;
  border-left: 5px solid #716C46;
}

.company03_slogan01 span,
.company03_slogan02 span,
.company03_slogan03 span,
.company03_slogan04 span,
.policy-msg span {
  line-height: 1.6em;
}

.company_brown_frame {
  background: #f2ebe7;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

.company_brown_frame b {
  color: #75570D; 
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
}

.company_brown_frame span {
  line-height: 1.6em;
}

.HistoryTit {
  background: #707f8b;
  padding: 8px 5%;
  color: white !important;
  line-height: 1.6;
  font-size: 1.5rem;
  display: block;
  width: 100%;
  border: none !important;
}

.company02_hyo01,
.company02_hyo02  {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.one-cell {
  display: table-cell;
  width: 150px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6em;
}

.two-cell {
  display: table-cell;
  width: 70%;
  padding-left: 10px;
}

.two-cell div {
  font-size: 14px;
  line-height: 1.6em;
}

.company02_one01 {
  font-weight: bold;
}

.businessinfo-tbl {
  margin-bottom: 20px;
}

.businessinfo-tbl th {
  width: 30%;
  background: #ebeae8;
  padding: 10px;
  border: 1px solid #a8ada5;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6em;
}

.businessinfo-tbl td {
  width: 70%;
  background: #fff;
  border: 1px solid #a8ada5;
  font-size: 14px;
  line-height: 1.6em;
  vertical-align: middle;
  padding: 10px;
}

.flower-subTit {
  font-weight: bold;
  color: #707f8b;
}

.company06_txt02 {
  line-height: 1.6em;
  font-size: 14px;
}

.company06_ntwk01 {
  margin: 40px;
  text-align: center;
}

.company06_ntwktxt01 {
  color: #4e4020;
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
}

.company06_ntwktxt02 {
  line-height: 1.6em;
  margin-top: 5px;
  font-size: 14px;
}

.grayTit {
  color: #707f8b;
  font-weight: bold;
  font-size: 14px !important;
}

.greenTit {
  color: #006400;
  margin-top: 5px !important;
  font-size: 14px !important;
}

.company06_merit02 p {
  line-height: 1.6em;
  margin-top: 5px;
  font-size: 14px !important;
}

.member_contact {
  margin-top: 20px;
}

.staff_charge {
  border: #d3d4b4 1px solid;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  height: auto;
  margin-bottom: 30px;
}

.staff_charge img {
  width: 100%;
}

.ya,
.ya_jiturei {
  margin-top: 10px;
}

.staff_tit {
  font-size: 16px;
  color: #2b8300;
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
}

.staff_charge_int {
  border: #d3d4b4 1px solid;
  padding: 10px;
  margin-top: 50px;
  width: 100%;
  height: auto;
}

.yvWrap {
  margin-top: 15px;
}

.yv {
  width: 100%;
}

.acco-cont {
  display: none;
  margin-top: 10px;
}

.yv + .yv {
  margin-top: 10px;
}

.yv img {
  width: 100%;
}

.yv p {
  padding-top: 10px;
}

.moreV {
  font-weight: bold;
}

.yv a {
  color: #000;
}

.next-cont {
  font-weight: bold;
  color: #2b8300;
  background: #ccc;
  margin-top: 10px;
  text-align: center;
  padding: 10px;
}

/* company_page_etc */

.message_txt {
  margin-bottom: 20px;
}

.message_txt p,
.msg-profile p {
  font-size: 14px;
  line-height: 1.8em;
}

.message_txt p + p,
.msg-profile p + p {
  margin-top: 1.0em;
}

.msg-profile {
  border: solid 2px #E4E0D5;
  padding: 10px;
  background-color: #F9F8F6;
}

/* corp-idea */

#corp-idea div span {
  font-size: 14px;
  line-height: 1.6em;
}

#corp-idea div + div {
  margin-top: 1.0em;
}

/* article-item */

.article-item {
  width: 100%;
  border-bottom: 1px dotted #ccc;
}

.article-item a {
  background: url(../../img/common/arrow01_2.png) no-repeat 6px center;
  display: block;
  text-decoration: none;
  color: #4a423c;
  padding: 15px 0 15px 40px;
}

.article-item-txt h3 {
  font-size: 14px;
  line-height: 1.6em;
}

.article-item-txt time {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

/* ページ送り */

.page-numbers {
  margin-top: 10px;
}

.page-numbers {
  width: 100%;
  font-size: 0;
}

.page-numbers>li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

.page-numbers>li>a {
  font-size: 14px;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #333;
  background: #ddd;
  border: 1px solid #ccc;
}

.page-numbers>li>a.prev,
.page-numbers>li>a.next {
  display: none;
  margin: 0;
}

.page-numbers>li span.dots {
  font-size: 14px;
  display: block;
  width: auto;
  height: 30px;
  line-height: 30px;
}

.page-numbers>li span.current {
  display: block;
  font-size: 14px;
  background: #eee;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
}

/* 前後のページへのリンク */

.article-page-nav {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 30px;
}

.article-page-nav a {
  color: #333;
}

.article-page-nav>li {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}

.article-page-nav>li.prev-link {
  text-align: left;
}

.article-page-nav>li.next-link {
  text-align: right;
}

/* staff-list */

div#sf_main {
  background: url(../../img/company/sp_main_03.png ) no-repeat center right;
  padding: 35px 10px;
  margin-bottom: 20px;
}

.sf_maintxt {
  font-size: 14px;
  line-height: 1.6em;
  padding: 15px;
  background: #fff;
  background: rgba(255,255,255,0.8);
  max-width: 510%;
}

.member_ctg img,
.member_ctg2 img{
  margin: 10px 0;
}

/* staff-item */

.staff-item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.staff-item > a {
  display: table;
  width: 100%;
  padding: 10px;
  color: #333;
  text-decoration: none;
  position: relative;
}

.staff-item > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4e504e;
  border-right: 2px solid #4e504e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -4px;
}

.staff-item figure {
  width: 100px;
}

.staff-item img {
  width: 100%;
  height: auto;
}

.staff-item h3 {
  position: absolute;
  left: 120px;
  top: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

.staff-item p {
  position: absolute;
  left: 120px;
  top: 50px;
  font-size: 14px;
  line-height: 1.6em;
}

/* start_company_member */

.flower-content p {
  font-size: 14px;
  line-height: 1.8em;
}

.flower-content p.flower-subTit {
  font-size: 110%;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.company06_merit01 {
  margin: 10px 0;
}

.company06_merit06 {
  border-bottom: 1px dotted #707f8b;
  margin-top: 15px;
}

.flower-content p.meritTit {
  background: #707f8b;
  padding: 10px;
  color: #fff;
  line-height: 1.6em;
  font-size: 16px;
  margin-top: 20px;
}

.member_contact p {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 10px;
}

/*スタッフ集合写真追加*/
#staff-img {display: none;}

/* end_company_member */