@charset "utf-8";
/* CSS Document */

/*-------------------------------------
	ckey
--------------------------------------*/
#ckeyWrapper {
	clear: both;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	#ckeyWrapper {
        margin-bottom: 20px;
    }
}

#ckeyWrapper img {
	width: 100%;
	height: auto;
}

#ctitle {
    text-align: center;
    margin-bottom: 30px;
}
#ctitle h1 {
    color: #333;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 4px;
    text-align: center;
}
#ctitle p {
    color: #666;
    font-size: 1.8rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #ctitle {
        margin-bottom: 20px;
    }
    #ctitle h1 {
        font-size: 2.8rem;
    }
    #ctitle p {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 480px) {
    #ctitle {
        margin-bottom: 30px;
    }
    #ctitle h1 {
        font-size: 2.0rem;
        margin-bottom: 0;
    }
    #ctitle p {
        font-size: 1.6rem;
    }
}

#movie_area {
    text-align: center;
}
#movie_area video {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 480px) {
	#movie_area {
        height: 100px;
        overflow: hidden;
    }
		#movie_area video {
		width: auto;
		height: 100%;
	}

}


/*-------------------------------------
	article
--------------------------------------*/
article {
	padding: 0;
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 480px) {
    article {
        padding: 0 0 20px;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
}

article h2 {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
    font-size: 2.4rem;
    color: #fff;
}
article h2.bg {
	margin: 0 auto;
	padding: 0 10px;
	height: 70px;
	line-height: 70px;
	background: #00a2b1;
    box-sizing: border-box;
    color: #fff;
}
article h3 {
    text-align: center;
}
@media only screen and (max-width: 767px) {
	article h2 {
		font-size: 1.8rem;
	}
    article h2.bg {
        margin: 0;
        padding: 10px;
        height: auto;
        line-height: inherit;
    }
}

article h1 img { vertical-align: middle; }

article.pb0 { padding-bottom: 0!important;}


/*-------------------------------------
	product
--------------------------------------*/
.productTop {
	margin: 0 auto;
    padding-bottom: 30px;
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 480px) {
	.productTop {
		padding-bottom: 20px;
	}
}

.productTop .prdTopInner {
	width: 100%;
}
.productTop .prdTopInner p {
    text-align: center;
    margin-top: 10px;
}
.productTop .prdTopInner p.photo {
    width: 80%;
    margin: 0 auto;
}

.innerTxt{
	font-size: 2.4rem;
}
.productTop .prdTopInner span {
	margin: auto 0 auto auto;
	width: 550px;
	height: 120px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.productTop .prdTopInner .about_mission_text {
    padding: 0;
    margin: 30px 0;
    font-size: 2.8rem;
    text-align: center;
}
.about_mission_message {
    font-size: 2.8rem;
    margin: 40px 0 50px;
    text-align: center;
}
.product_item{
	width: 90%;
	margin: 20px auto;
  border: 1px solid #ccc;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
}
.product_item th{
  text-align: center;
	color: #505050;
  background: linear-gradient(#fafbfc,#f1f2f3);
  border-bottom: 1px solid #ccc;
  padding: 15px 5px;
	font-size: 16px;
}

.product_item td{
  text-align: center;
  padding: 10px 0;
  display: flex;
  margin: 0 auto;
	width: 84%
}
.product_item dl{
	margin: 15px auto;
	width: 95%;
}
.product_item dt p{
	font-size: 22px;
	color: #00a2b1;
}
.product_item dd{
	font-size: 16px;
	color: #4c4c4c;
	text-align: left;
}
.product_item .item_btn{
	text-align: center;
	margin-top: 20px;
}
.effect{
	margin-top: 20px;
	font-size: 1.6rem;
}
.effect strong{
	font-size: 2.0rem;
	font-weight: 600;
}
.effect h3{
	text-align: left;
	color: #00a2b1;
	padding: 5px 0;
	border-bottom: solid 3px #00a2b1;
	margin-top: 20px;
	font-size: 2.2rem;
}
.effect p{
	margin: 10px;
}
.effect ul{
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
.effect li{
	width: 45%;
	margin: 0 10px;
}
@media only screen and (max-width: 767px) {
	.productTop .prdTopInner {
		width: 100%;
		height: auto;
		position: static;
	}
	.productTop .prdTopInner span {
		margin: auto;
		width: 100%;
		height: auto;
		text-align: center;
		display: block;
		position: inherit;
	}
}
@media only screen and (max-width: 480px) {
	.productTop .prdTopInner .about_mission_text {
		position: inherit;
        width: 100%;
        box-sizing: border-box;
        font-size: 1.8rem;
        padding: 20px;
        margin: 0;
        text-align: left;
	}
    .about_mission_message {
        font-size: 1.8rem;
        margin: 20px 0 20px;
        text-align: left;
    }
	.product_item td{
		display: inline;
	}
.effect ul{
	display: inline;
}
.effect li{
	width: 90%;
}
}

#mosoBamboo h3 {
    font-size: 3.6rem;
}
#mosoBamboo .note {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 40px;
    color: #e9561b;
}

#mosoBamboo .figure_area .flow {
    margin-top: 30px;
}
#mosoBamboo .figure_area .flow ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#mosoBamboo .figure_area .flow ul li {
    width: 25%;
}
#mosoBamboo .figure_area .flow ul li.arrow {
    width: 10%;
}
#mosoBamboo .figure_area .flow ul li.arrow figure {
    margin: 0;
}
#mosoBamboo .figure_area .flow ul li.arrow img {
    width: 60%;
}
#mosoBamboo .figure_area .flow ul li p {
    text-align: center;
}
#mosoBamboo .figure_area .detail {
    display: flex;
    margin-bottom: 80px;
}
#mosoBamboo .figure_area .detail div {
    width: 25%;
    background: #efefef;
    margin: 0 5px;
    padding: 10px;
}
#mosoBamboo .figure_area .detail h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
#mosoBamboo .figure_area .detail ul {
    margin: 10px 0 0 30px;
}
#mosoBamboo .figure_area .detail li {
    list-style-type: disc;
    font-size: 1.6rem;
}
@media only screen and (max-width: 480px) {
    #mosoBamboo h3 {
        font-size: 2.4rem;
    }
    #mosoBamboo .note {
        font-size: 1.6rem;
        text-align: left;
    }
    #mosoBamboo .figure_area .flow ul li p {
        line-height: 1.2;
        font-size: 1.2rem;
    }
    #mosoBamboo .figure_area .flow ul li figure {
        margin: 10px;
    }
    #mosoBamboo .figure_area .detail {
        display: inherit;
        margin-bottom: 0;
    }
    #mosoBamboo .figure_area .detail div {
        width: 100%;
        margin: 0 0 10px;
        box-sizing: border-box;
    }
    #mosoBamboo .figure_area .flow ul li {
        width: 80%;
    }
    #mosoBamboo .figure_area .flow ul li.arrow img {
        width: 100%;
    }
}


/* point */
.prdPointBox {
	padding: 100px 0 80px;
}

.prdPointBox .prdImg {
	width: 40%;
	text-align: center;
}
.prdPointBox .prdPoint,
.prdPointBox .prdPoint_fresh {
	width: 55%;
}
.prdPointBox .prdPoint ol li + li {
	margin-top: 30px;
}
.prdPointBox .prdPoint div {
    font-size: 3.6rem;
    color: #e9561b;
    font-weight:bold;
    line-height: 1.3;
}
.prdPointBox .prdPoint_fresh div {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 30px;
}
.prdPointBox .prdPoint_fresh div span {
    color: #e9561b;
    font-weight:bold;
}
@media only screen and (max-width: 480px) {
    .prdPointBox .prdPoint,
    .prdPointBox .prdPoint_fresh {
	width: 100%;
        margin-top: 20px;
    }
    .prdPointBox .prdPoint div,
    .prdPointBox .prdPoint_fresh div {
        font-size: 1.8rem;

    }
    .prdPointBox .prdPoint_fresh div {
        margin-bottom: 10px;
    }
}

.prodctPointTxt {
	margin-top: 50px;
	color: #595757;
	text-align: center;
	line-height: 160%;
}

.productBtn a, .productBtn a:link, .productBtn a:visited {
	margin: 100px auto 0;
	padding: 15px;
	font-size: 2.0rem;
	color: #ffffff;
	text-align: center;
	width: 40%;
	background: #004818;
	display: block;

}
@media only screen and (max-width: 767px) {
	.productBtn a, .productBtn a:link, .productBtn a:visited {
		margin: 40px auto;
		padding: 15px 0;
		font-size: 2.0rem;
		color: #ffffff;
		text-align: center;
		width: 80%;
		background: #004818;
		display: block;
	}
}


@media only screen and (max-width: 767px) {
	.prdPointBox {
		padding: 50px 0 30px;
	}

	.prdPointBox .prdImg {
		width: 35%;
		text-align: center;
	}
	.prdPointBox .prdPoint {
		width: 60%;
	}
	.prdPointBox .prdPoint ol li + li {
		margin-top: 20px;
	}

	.prodctPointTxt {
		margin-top: 50px;
		color: #595757;
		text-align: center;
		line-height: 130%;
	}
}
@media only screen and (max-width: 480px) {
	.prdPointBox .prdImg {
		margin: 0 auto;
		width: 70%;
		text-align: center;
	}
	.prdPointBox .prdPoint {
		margin: 20px auto;
		width: 100%;
	}
	.prdPointBox .prdPoint ol li + li {
		margin-top: 10px;
	}
    .prdPointBox {
		padding: 50px 0 0px;
	}
}

/* scene */
#sceneArea {
	padding: 100px 0 0;
	/*background: #efefef;*/
}

#sceneArea .innerBox ul li {
	margin-top: 70px;
	margin-right: 20px;
	width: 18%;
	height: auto;
	background: #ffffff;
	display: block;
}
#sceneArea .innerBox ul li:last-of-type {
	margin-right: 0;
}

#sceneArea .innerBox ul li p {
	padding: 15px 0;
	text-align: center;
	color: #595757;
}

@media only screen and (max-width: 767px) {
	#sceneArea {
		padding: 0;
	}

	#sceneArea .innerBox ul li {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 250px;
		height: auto;
		background: #ffffff;
		display: block;
	}

	#sceneArea .innerBox ul li:nth-of-type(3),
	#sceneArea .innerBox ul li:last-of-type {
		margin-right: auto;
	}
    #sceneArea .innerBox ul li p {
        padding: 0;
        font-size: 1.4rem;
    }
}


/* exam */
#examArea {
	padding: 100px 0;
}
#examArea p {
	margin: 50px auto;
}
#examArea .linkBtn {
	margin: 50px auto;
}
#examArea .linkBtn li {
	width: 30%;
}
@media only screen and (max-width: 767px) {
	#examArea p {
		margin: 30px auto 0;
		width: 80%;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}
	#examArea .linkBtn li {
		margin-top: 20px;
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
    #examArea {
        padding: 20px 0;
    }
	#examArea p {
		margin: 20px 10px 0;
        text-align: left;
        width: 100%;
	}
}

#examArea .linkBtn li a, #examArea .linkBtn li a:link, #examArea .linkBtn li a:visited {
	padding: 15px 10px;
	font-size: 1.6rem;
	color: #ffffff;
	text-align: center;
	background: #004818;
	display: block;
}
@media only screen and (max-width: 480px) {
    #examArea .linkBtn {
        display: inherit;
    }
    #examArea .linkBtn li {
        margin: 0 0 20px;
    }
}


/*-------------------------------------
	about
--------------------------------------*/
#about_menu ul {
    display: flex;
    margin-bottom: 80px;
}
#about_menu li {
    width: 33%;
    height: 200px;
    padding: 0 10px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 10px;
}
#about_menu li a {
    display: block;
    padding-top: 80px;
    height: 200px;
}
#about_menu li.message {
    background-image: url(../img/about/menu_message.jpg);
    background-position: left 50% top 50%;
}
#about_menu li.mission {
    background-image: url(../img/about/menu_mission.jpg);
    background-position: left 50% top 50%;
}
#about_menu li.company {
    background-image: url(../img/about/menu_company.jpg);
    background-position: left 50% top 50%;
}
#about_menu.en_menu li.message a,
#about_menu.en_menu li.company a {
    padding-top: 56px;
}
@media only screen and (max-width: 480px) {
	#about_menu ul {
        display: block;
        margin: 0 10px;
    }
    #about_menu ul li {
        width: 100%;
        height: 100px;
        line-height: 28px;
        margin: 0 0 10px;
        padding: 0;
        font-size: 2.6rem;
    }
    #about_menu ul li a {
        padding-top: 36px;
        height: 100px;
        box-sizing: border-box;
    }
    #about_menu.en_menu li.message a,
    #about_menu.en_menu li.company a {
        padding-top: 20px;
    }
}

#path_navi {
    margin: -40px auto 40px;
    width: 1000px;
}
#path_navi span {
    margin: 0 10px;
    font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
	#path_navi {
		margin: -10px 5% 20px;
        width: 90%;
	}
    #path_navi span {
        margin: 0;
    }
}

/*メッセージ*/
#aboutMessage {
    padding-bottom: 40px;
}
#aboutMessage .innerBox {
    padding-top: 40px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
	#aboutMessage {
		padding-bottom: 10px;
	}
    #aboutMessage .innerBox {
        padding-top: 0;
    }
}

#aboutMessage .aboutMessage_text p:not(:last-child) {
    margin-bottom: 20px;
}
#aboutMessage .aboutMessage_text .sign,
#aboutMessage .aboutMessage_text .name {
    text-align: right;
}
#aboutMessage .aboutMessage_text .sign img {
    width: 20%;
}
@media only screen and (max-width: 480px) {
    #aboutMission p.photo,
    #aboutVision p.photo{
        width: 90%;
        margin: 0 auto;
    }
    #aboutMessage .aboutMessage_text .name {
        font-size: 1.4rem;
    }
}
#aboutMessage .aboutMessage_photo {
    width: 280px;
    float: right;
    padding: 0 0 20px 20px;
}

#aboutMessage .aboutMessage_photo_m {
    width: 420px;
    float: right;
    padding: 0 0 10px 10px;
}

#aboutMessage .aboutMessage_photo figure {
    width: 100%;
    margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
    #aboutMessage .aboutMessage_text p:not(:last-child) {
        margin-bottom: 10px;
    }
	#aboutMessage .aboutMessage_photo {
        float: none;
        text-align: center;
        margin: 0 0 10px;
        padding: 0;
        width: 100%;
    }
    #aboutMessage .aboutMessage_photo_m {
        width: 100%;
        float: none;
        padding: 0;
    }
    #aboutMessage .aboutMessage_photo figure {
        margin: 0 auto;
        text-align: center;
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
	#aboutMessage .aboutMessage_photo figure {
        width: 80%;
    }
}

/*-------------------------------------
	about_mission
--------------------------------------*/
.tab_wrap {
    margin: 40px auto 0;
}
input[type="radio"]{display:none;}
.tab_area {
    font-size: 0; 
    margin: 0 auto;
    display: flex;
    position: relative;
    width: 1000px;
}
.tab_area label {
    width:228px;
    height: 80px;
    margin:0 20px 0 0; 
    padding: 8px 0 0 90px; 
    font-size: 2rem; 
    cursor:pointer; 
    transition:ease 0.2s opacity;
    border: 1px solid #ccc;
    box-sizing: border-box;
    z-index: 200;
}
.tab_area label.tab3_label,
.tab_area label.tab4_label {
    padding-top: 22px;
}
.tab_area.en_tab label.tab3_label,
.tab_area.en_tab label.tab4_label {
    padding-top: 8px;
}
.tab_area label:hover{opacity:0.5;}
.tab_area div {
    position: absolute;
    width: 72px;
    height: 72px;
    background: #ccc;
    z-index: 100
}
.tab_area div img {
    width: 100%;
    height: 100%;
}
.tab_area .image01 {
    left: 4px;
    top: 4px;
}
.tab_area .image02 {
    left: 252px;
    top: 4px;
}
.tab_area .image03 {
    left: 500px;
    top: 18px;
    height: auto;
}
.tab_area .image03 img {
    height: auto;
}
.tab_area .image04 {
    left: 748px;
    top: 4px;
}

.panel_area{background:#fff;}
.tab_panel{width:100%; padding:40px 0 0; display:none;}
 
#tab1:checked ~ .tab_area .tab1_label{color:#000;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{color:#000;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{color:#000;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{color:#000;}
#tab4:checked ~ .panel_area #panel4{display:block;}

@media only screen and (max-width: 480px) {
    .tab_wrap {
        margin:40px auto 0;
    }
    .tab_area {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .tab_area label {
        width: 50%;
        height: auto;
        margin:0; 
        padding: 10px!important; 
        font-size: 1.6rem;
        text-align: center;
    }
    .tab_area div {
        display: none;
    }
    .tab_area label.tab3_label,
    .tab_area label.tab4_label {
        border-top: none;
    }
    .tab_area label.tab1_label,
    .tab_area label.tab3_label {
        border-right: none;
    }
    .tab_panel{
        padding: 40px 0 0; 
    }
}

#aboutMission h2,
#aboutVision h2,
#aboutTask h2,
#aboutGoal h2,
#aboutTC h2,
#logoConsept h2,
#model h2 {
    color: #333;
    font-size: 3.2rem;
    margin-bottom: 30px;
}
#aboutMission h2.bg,
#aboutVision h2.bg,
#aboutTask h2.bg,
#aboutGoal h2.bg,
#aboutTC h2.bg,
#logoConsept h2.bg,
#model h2.bg {
    color: #fff;
}
#aboutMission,
#aboutVision,
#aboutTask,
#aboutGoal,
#aboutTC,
#logoConsept,
#model {
    padding: 30px 0 40px;
}
#aboutMission,
#aboutTask,
#aboutTC,
#logoConsept,
#model {
    background: #efefef;
}
@media only screen and (max-width: 480px) {
    #aboutMission h2,
    #aboutVision h2,
    #aboutTask h2,
    #aboutGoal h2,
    #aboutTC h2,
    #logoConsept h2,
    #model h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    #aboutMission,
    #aboutVision,
    #aboutTask,
    #aboutGoal,
    #aboutTC,
    #logoConsept,
    #model {
        padding: 20px 0 20px;
    }
}

@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#aboutMission .about_mission_text,
#aboutVision .about_mission_text,
#aboutTask .about_mission_message,
#aboutGoal .about_mission_message,
#aboutTC .about_mission_message,
#aboutTC .conseptTxt,
#logoConsept .innerBox,
#model .company_model {
    animation-name: my-fade-in;
    animation-duration: 3s;
}

#aboutMission .about_mission_text {
    margin: 0 0 40px;
}
#aboutMission .productTop,
#aboutVision .productTop {
    padding-bottom: 0;
}
#aboutMission p.photo,
#aboutVision p.photo {
    width: 70%;
    margin: 0 auto;
}

#aboutTask.innerBox,
#aboutGoal.innerBox {
    overflow: hidden;
}
#aboutTask figure {
    float: left;
    width: 35%;
    margin: 0;
}
#aboutGoal figure {
    float: right;
    width: 30%;
    margin: 0;
}
#aboutTask .about_mission_message {
    float: right;
}
#aboutGoal .about_mission_message {
    float: left;
}
#aboutTask .about_mission_message,
#aboutGoal .about_mission_message {
    margin: 46px 0 0;
    line-height: 1.6;
    font-size: 2.8rem;
    width: 65%;
    padding: 0 0 0 40px;
    text-align: center;
}
#aboutTask .about_mission_message.en,
#aboutGoal .about_mission_message.en {
    margin: 0;
    text-align: left;
}
@media only screen and (max-width: 480px) {
    #aboutMission p.photo,
    #aboutVision p.photo {
        width: 100%;
        margin: 0 auto;
    }
    #aboutMission .about_mission_text,
    #aboutVision .about_mission_text {
        padding: 0 0 20px;
        margin: 0;
    }
    #aboutTask .innerBox,
    #aboutGoal .innerBox {
        display: block;
    }
    #aboutTask .about_mission_message,
    #aboutGoal .about_mission_message {
        margin: 0;
        line-height: 1.5;
        font-size: 1.6rem;
        width: 100%;
        padding: 0;
        text-align: left;
        float: none;
    }
    #aboutTask figure,
    #aboutGoal figure {
        width: 50%;
        margin: 20px auto 0;
        float: none;
    }
}

#aboutConsept .conseptInner {
	padding: 60px 0;
}
@media only screen and (max-width: 767px) {
    #aboutConsept .conseptInner {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 480px) {
	#aboutConsept .conseptTxt {
		font-size: 1.6rem;
		width: 67%;
	}
}

#aboutTC .conseptInner figure.conseptFig {
	margin: 0 40px 0 0;
    padding: 0;
	width: 300px;
	height: auto;
}
#aboutTC .conseptInner .conseptTxt {
	margin: 0 40px 0 0;
    padding: 0;
	height: auto;
}
#aboutTC .conseptInner .conseptTxt p:not(:last-child) {
    margin-bottom: 20px;
}
#aboutTC .about_mission_message {
    margin-top: 0;
}
#aboutConsept .conseptInner .conseptTxt {
	font-size: 2.2rem;
	width: 550px;
}
#aboutTC figure {
    margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
    #aboutTC .conseptInner figure.conseptFig {
        margin: 0 auto 20px;
        padding: 0;
        width: 60%;
        height: auto;
    }
    #aboutTC .conseptInner .conseptTxt {
        margin: 0;
        padding: 0;
        font-size: 1.6rem;
    }
    #aboutTC .conseptInner .conseptTxt p:not(:last-child) {
        margin-bottom: 10px;
    }
	#aboutConsept .conseptInner figure.conseptFig {
		margin: 0;
		width: 30%;
		height: auto;
	}
	#aboutConsept .conseptInner .conseptTxt {
		font-size: 1.8rem;
		width: 67%;
	}
}
@media only screen and (max-width: 480px) {
	#aboutConsept .conseptInner figure.conseptFig {
		margin: 0;
		text-align: center;
		width: 100%;
		height: auto;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-flex-order: 2;
		-moz-flex-order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	#aboutConsept .conseptInner .conseptTxt {
		margin-bottom: 20px;
		font-size: 1.6rem;
		text-align: left;
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-webkit-flex-order: 1;
		-moz-flex-order: 1;
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
	}
}

#logoConsept {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#logoConsept .logo {
    text-align: center;
}
#logoConsept .logo img {
	margin: 0 auto;
    max-width: 200px;
}
#logoConsept .innerBox {
    margin-top: 40px;
    display: flex;
    padding: 0 40px;
}
#logoConsept .innerBox div {
    width: 40%;
    margin: 0 0 0 6%;
}
#logoConsept h3 {
    margin: 0 0 10px;
    font-size: 2.2rem;
    text-align: left;
}
@media only screen and (max-width: 480px) {
    #logoConsept {
        padding: 20px 20px;
        margin: 0 auto 20px;
        box-sizing: border-box;
    }
    #logoConsept .innerBox {
        display: block;
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
    #logoConsept .innerBox div {
        width: 100%;
        margin: 0;
    }
    #logoConsept .innerBox div + div {
        margin-top: 20px;
    }
    #logoConsept h3 {
        font-size: 1.6rem;
        text-align: center;
    }
    #logoConsept .logo img {
        max-width: 120px;
    }
    #logoConsept .text {
        margin-left: 0;
        text-align: left;
    }
}
#model .company_model {
    margin-top: 40px;
}
#model .innerBox {
    display: flex;
	justify-content: center;
    margin-top: 30px;
}
/* 3分割のとき
#model .innerBox div {
    width: 31%;
    margin: 0 1.5%;
    padding-bottom: 15px;
    border: 1px solid #999;
    background: #f6f6f6;
}

*/
#model .innerBox div {
    width: 45%;
    margin: 0 1.5%;
    padding-bottom: 15px;
    border: 1px solid #999;
    background: #f6f6f6;
}
#model .innerBox div:first-child h3 {
    background: #ea5514;
}
#model .innerBox div:nth-child(2) h3 {
    background: #f37800;
}
#model .innerBox div:last-child h3 {
    background: #fe9c1d;
}
#model h3 {
    margin: 0 0 10px;
    padding: 12px 15px 15px;
    text-align: left;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
}
#model .photo {
    margin: 16px 20px;
}
#model p.note {
    margin: 0 20px;
}

/*企業情報*/
#profileArea section {
	padding: 0 0 60px;
}
@media only screen and (max-width: 480px) {
    #model .company_model {
        margin-top: 0px;
    }
    #model .innerBox {
        display: block;
        margin-top: 30px;
    }
    #model .innerBox div {
        width: 100%;
        margin: 0;
        border: 1px solid #004818;
        padding: 15px 10px 10px;
    }
    #model .innerBox div:not(:last-child) {
        margin-bottom: 10px;
    }
    #model .innerBox h3 {
        text-align: center;
    }
    #model .innerBox .photo {
        width: 60%;
        margin: 20px auto;
    }
    #model p.note {
        margin: 0 10px;
    }
    #profileArea section {
        padding: 0;
    }
}

#profileArea table {
	margin: 40px auto 0;
	width: 100%;
	height: auto;
}

#profileArea tr {
	border: 4px solid #FFFFFF;
}

#profileArea th {
	padding: 10px;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	background: #3cb371;
	width: 20%;
}

#profileArea td {
	padding: 10px;
	border: 2px solid #FFFFFF;
	background: #f4fff4;
}

@media only screen and (max-width: 480px) {
	#profileArea th {
		width: 100%;
		box-sizing: border-box;
		display: block;
	}

	#profileArea td {
		width: 100%;
		word-break: break-all;
		box-sizing: border-box;
		display: block;
	}
}


#profileArea ol {
	margin: 1rem 0 1rem -20px;
	padding-left: 40px;
	list-style: decimal;
	list-style-position: inside;
}
#profileArea ol li {
	list-style: decimal;
    line-height: 1.4;
}
#profileArea ol li + li { margin-top: 15px; }
#profileArea #info_content .infoBtn a {
    display: block;
    color: #fff;
    background: #004818;
    padding: 10px;
    font-size: 1.6rem;
    margin-left: 50px;
}

@media only screen and (max-width: 480px) {
    #profileArea ol li + li {
        margin-top: 5px;
    }
	#profileArea #info_content.fl {
		flex-direction: column;
	}
	#profileArea #info_content .infoBtn a {
		margin: 1em 0 0 0;
	}
}
#profileArea .member_list dt {
    width: 100px;
}

.ggmap {
position: relative;
padding-bottom: 50%;
margin: 20px;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.company_model {
    width: 40%;
    margin: 0 auto;
}
@media only screen and (max-width: 480px) {
    .company_model {
        width: 70%;
    }
	.ggmap {
		padding-bottom: 56.25%;
		margin: 0;
	}

}

/*-------------------------------------
	info
--------------------------------------*/
#info_content .info_lead {
    font-size: 2.4rem;
    margin-bottom: 60px;
}
#info_content .main_text p {
    margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
    #info_content .info_lead {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    #info_content .main_text {
        margin-bottom: 40px;
    }
    #info_content .main_text p {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
}

#info_content .infoBtn {
    text-align: center;
}
#info_content .infoBtn p {
    margin: 0 auto;
    width: 40%;
}
#info_content .infoBtn a {
    display: block;
    color: #fff;
    background: #004818;
    padding: 15px;
    font-size: 2.0rem;
}
@media only screen and (max-width: 480px) {
    #info_content .infoBtn p {
        width: 80%;
    }
}