@charset "UTF-8";
/* CSS Document */
.about_page {
    margin-bottom: 120px;
    padding-right: 42px;
}
/*イエヒトについて*/
.bg_wrap{
	background:url(../image/about/fv.jpg) no-repeat center / cover;
}

.about_page .anchor_menu {
    position: absolute;
    right: 0;
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2.5em;
    line-height: 100%;
    font-size: 0.8em;
}
.about_page .anchor_menu li {
    margin-right: 5px;
    cursor: pointer;
}
.about_page .anchor_menu li a {
    color: #5a6461;
    background: #eeefef;
    padding: 0.75em 2em;
    letter-spacing: 2px;
    position: relative;
    display: block;
    overflow: hidden;
	cursor:pointer;
	transition:all ease 300ms;
}
.about_page .anchor_menu li:hover a{
	background:#55b692;
	color:#ffffff;
}
.anchor_menu li a::after {
    content: "";
    display: block;
    background: #ffffff;
    width: 20px;
    height: 150%;
    position: absolute;
    right: -10px;
    top: -5px;
    transform: rotate(25deg);
}

.about_philosophy .flex_wrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 3em auto 0;
	
}
.about_philosophy .flex_wrap .img {
    width: 60%;
    max-width: 620px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -3em;
    
}
.about_philosophy .flex_wrap .text {
    width: 45%;
    max-width: 457px;
    background: rgba(0,140,85,0.5);
    padding: 50px;
    color: #ffffff;
    font-size: 0.925em;
}


/*代表メッセージ*/
.about_message .flex_wrap {
    display: flex;
    font-size: 0.925em;
    line-height: 160%;
    flex-direction: row-reverse;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.about_message .text_wrap {
	width: 100%;
    margin-right: 40px;
    line-height: 220%;
    margin-left: 30px;
}
.about_message .flex_wrap .img_wrap {
    float: right;
    margin-left: 70px;
    margin-bottom: 20px;
}
.about_message .flex_wrap .img_wrap .img {
    margin-bottom: 20px;
}
.about_message .flex_wrap .img_wrap .text{
    text-align: right;
    line-height: 160%;
}

/*会社概要　沿革*/
.about_page .table {
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    font-size: 0.935em;
}
.about_page .table .tr {
    display: flex;
}
.about_page .table .th {
    width: 5.5em;
	border-right:1px solid #bdc7b4;
}
.about_page .table .td{
	width:calc(100% - 5.5em);
    padding-left: 1em;
}
.googlemap {
    width: 100%;
    height: 330px;
}
@media screen and (max-width: 840px){
	.about_philosophy .flex_wrap {
    flex-wrap: wrap;
    justify-content: center;
	margin-top:0;
}
.about_philosophy .flex_wrap .img {
    position: static;
    width: 100%;
}
.about_philosophy .flex_wrap .text {
    width: 100%;
    max-width: none;
    padding: 25px 5%;
}
}
@media screen and (max-width: 760px){
.about_page .anchor_menu {
    position: static;
    margin-bottom: 20px;
}
.about_message .flex_wrap {
    display: block;
}
.about_message .flex_wrap .img_wrap {
    margin-bottom: 1em;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.about_message .flex_wrap .img_wrap .img {
    margin-bottom: 10px;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}
.about_message .flex_wrap .img_wrap .text {
    text-align: right;
    margin-right: 1em;
}
.about_message .text_wrap {
    width: 94%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width: 530px){
.about_page {
	padding-right: 0;
}
.about_page .anchor_menu {
    flex-wrap: wrap;
    height: auto;
}
.about_page .anchor_menu li {
    margin-bottom: 10px;
}
}