@charset "utf-8";

/* =============================================================================
	運営会社情報
   ========================================================================== */
.company .keyimages {background:#caf3ff;}
.company .keyimages h2 {height: 250px;position: relative;text-align: center;	
}
.company .keyimages h2 span.box {
	display: inline-block;
    margin: 107px 0;
}


#company01 {
	padding-bottom: 60px;
}
#company01 h2 {
	font-size: 36px;
	font-weight: bold;
	color: #555558;
	padding-bottom: 10px;
	position: relative;
}
#company01 h2 em {
	font-size: 45px;
}
#company01 h2 em .red {
	color: #f2011d;
}
#company01 h3 {
	font-size: 20px;
	font-weight: bold;
	color: #555558;
	text-align: center;
	padding-bottom: 30px;
}
#company01 p {
	font-size: 18px;
	position: relative;
	max-width: 780px;
	margin: 0 auto;
	line-height: 1.8em;
	margin-bottom: 20px;
}
#company01 h2:before {
	position: absolute;
    top: 0;
    bottom: -20px;
    left: -33px;
    margin: auto;
    content: "";
    width: 197px;
    height: 128px;
    background: url(../img/company/imgCompany-01.png) no-repeat 0 100%;
    background-size: contain;
    z-index: 1;	
}
#company01 h2:after {
	position: absolute;
   top: -39px;
    bottom: 0;
    right: 92px;
    margin: auto;
    content: "";
    width: 69px;
    height: 69px;
    background: url(../img/company/imgCompany-02.png) no-repeat 0 100%;
    background-size: contain;
    z-index: 1;	
}
#company01 p:before {
	position: absolute;
    bottom: 0;
    left: -120px;
    content: "";
    width: 64px;
    height: 77px;
    background: url(../img/company/imgCompany-03.png) no-repeat 0 100%;
    background-size: contain;
    z-index: 1;	
}
#company01 p:after {
	position: absolute;
    bottom: 35px;
    right: -157px;
    content: "";
    width: 118px;
    height: 221px;
    background: url(../img/company/imgCompany-04.png) no-repeat 0 100%;
    background-size: contain;
    z-index: 1;	
}
#company01 .name {
	max-width: 780px;
	text-align: right;
	margin: 0 auto;
	font-family: 'Zen Old Mincho', serif;
}
@media screen and (max-width: 767px) {
	.company .keyimages h2 {height: 150px;}
    .company .keyimages h2 span.box {padding: 62px 0;margin: 0}
	.company h2 img {
	height: 25px;
}
	#company01 h2 {
		font-size: 18px;
		text-align: center;
	}
	#company01 h2 em {
    font-size: 26px;
}
	#company01 h3 {
		font-size: 16px;
	}
	#company01 h2:before {
		width: 27%;
		left: 0;
		bottom: 98px;
	}
	#company01 h2:after {
		right: 26px;
		top: -50px;
		width: 12%;
	}
	#company01 p {
		font-size: 16px;
	}
}


/*会社概要*/
#company02 {
	background: #f7f7f7;
	padding: 80px 0;
}
#company02 .flex .left iframe {
	height: 260px;
}
#company02 .flex .left p {
	font-weight: bold;
}
#company02 .flex .left p img {
	padding-bottom: 6px;
    padding-right: 6px;
}
#company02 .flex .left div {
	padding-bottom: 20px;
}
#company02 .outline .btn {
	text-align: center;
	display: inline-block;
	margin-left: 30px;
}
#company02 .outline .btn a {
	display: inline-block;
	background: #ff7a22;
	width: 124px;
	height: 28px;
	border-radius: 5px;
	color: #fff;
	position: relative;
	line-height: 28px;
	font-size: 13px;
	padding-left: 20px;
}
#company02 .outline .btn a:before {
	position: absolute;
        top: 0;
        bottom: 0;
        left: 9px;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 20px;
        height: 15px;
        background: url(../img/company/icon-pc.png) no-repeat 0 100%;
        background-size: cover;
        z-index: 1;
	
}
@media screen and (min-width: 768px) {
#company02 .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
#company02 .flex .left {
	width: 40%;
}
#company02 .flex .right {
	width: 55%;
}
#company02 .outline tr {
	border-bottom: 1px solid #aaaab0;
	}
#company02 .outline th {
	width: 30%;
	padding: 25px 0;
	text-align: left;
	padding-left: 30px;
	color: #0080cc;
}
#company02 .outline td {
	width: 70%;
	padding: 25px 0;
	line-height: 1.8em;
}
}

@media screen and (max-width: 767px) {
	#company02 {
		padding: 30px 0;
	}
	#company02 .outline th {
	color: #0080cc;
    display: block;
    padding: 10px 10px 10px;
    text-align: left;
    font-weight: bold;
		border-bottom: 1px solid #aaaab0;
}
	#company02 .outline td {
    display: block;
    padding: 10px;
}
	#company02 .outline .btn {
    margin-left: 10px;
}
	#company02 .outline .btn a {
		width: 116px;
	}
}

/*事業内容*/
#company03 {
	padding: 80px 0;
}
#company03 .business01 {
	padding: 30px;
	margin-bottom: 50px;
	border-radius: 5px;
}
#company03 .blue {
	border: 3px dotted #009cc9;
}
#company03 .blue-gra {
	background: rgb(0,151,201);
background: linear-gradient(124deg, rgba(0,151,201,1) 0%, rgba(0,104,183,1) 100%);
}
#company03 .yellow {
	border: 3px dotted #e3bd26;
}
#company03 .yellow-gra {
	background: rgb(234,223,95);
background: linear-gradient(124deg, rgba(234,223,95,1) 0%, rgba(228,191,45,1) 100%);
}
#company03 .green {
	border: 3px dotted #4caa55;
}
#company03 .green-gra {
	background: rgb(136,215,109);
background: linear-gradient(124deg, rgba(136,215,109,1) 0%, rgba(76,170,85,1) 100%);
}
#company03 .purple {
	border: 3px dotted #9c24e9;
}
#company03 .business01 h3 {
	color: #fff;
	padding: 20px 0 20px 30px;;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
#company03 .business01 h3 img {
	padding-bottom: 7px;
	padding-left: 17px;
}
#company03 .business01 h4 {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}
#company03 .business01 p {
	line-height: 1.6em;
	font-size: 15px;
}
#company03 .height70 {
	height: 70px;
}
#company03 .flex2 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#company03 .flex2 p {
	padding-left: 30px;
}

@media screen and (min-width: 768px) {
	#company03 .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
	#company03 .flex-element {
		width: 45%;
	}
	
	#company03 .flex-element2 {
	width: 48%;
}
}
@media screen and (max-width: 767px) {
	#company03 {
		padding: 30px 0;
	}
	#company03 .business01 {
		padding: 20px;
		margin-bottom: 30px;
	}
	#company03 .business01 h3 {
		padding: 10px;
		text-align: center;
		margin-bottom: 20px;
		font-size: 20px;
	}
	#company03 .business01 h3 img {
		padding-left: 0;
	}
	#company03 .business01 h4 {
		font-size: 18px;
	}
	#company03 .business01 p {
		padding-bottom: 10px;
	}
}


/*公式SNS・オンライン販売*/
#company04 {
	background: #f7f7f7;
	padding: 80px 0;
}
#company04 .blue {
	border: 3px dotted #009cc9;
	border-radius: 5px;
	padding: 50px;
}
hr {
   border-width: 2px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #555558;   /* 線色 */
   height: 2px;         /* 高さ(※古いIE用) */
	margin: 10px;
}
#company04 ul li {
	background: #fff;
	padding: 30px 20px;
	text-align: center;
	width: 23%;
}
#company04 ul li .ttl {
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}
#company04 ul li p {
	text-align: left;
	padding-bottom: 10px;
	font-size: 13px;
}

@media screen and (min-width: 1025px) {
#company04 ul li .height94 {
	height: 100px;
}
}
#company04 ul li .snsBtn {
	text-align: center;
	padding-top: 10px;
}
#company04 ul li .snsBtn a {
	display: inline-block;
	background: #555558;
	width: 130px;
	height: 25px;
	color: #fff;
	line-height: 25px;
	font-size: 13px;
}
#company04 ul li .QR {
	padding-bottom: 10px;
}
@media screen and (min-width: 768px) {

	#company04 .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
}

@media screen and (max-width: 1024px) {
#company04 ul li .height94 {
	height: auto;
	}
}

@media screen and (max-width: 767px) {
	#company04 {
		padding: 30px 0;
	}
	
	#company04 ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	#company04 .blue {
		padding: 20px;
	}
}
/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}