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

h2.about_a_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	    margin-bottom: 20px;
}

span.small-text {
    display: block;
    font-size: 18px;
    margin-top: -13px;
}

p.about_text_a {
    text-align: center;
    font-size: 18px;
}

section#about-flex-area01 {
    background-image: url(../img/about-biz/aboutbiz-beauty.png);
    background-position: center;
    background-repeat: no-repeat;
	    height: 560px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

section#about-flex-area02 {
    background-image: url(../img/about-biz/aboutbiz-catering.png);
    background-position: center;
    background-repeat: no-repeat;
	    height: 560px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_flex_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
	box-sizing: border-box;
    margin: 0px auto;
    max-width: 1080px;
    padding: 0px 20px;
}

.about_flex_02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
    max-width: 1080px;
    padding: 0px 20px;
}


.about_flex_right_a {
    width: 45%;
	text-align: center;
}

.about_flex_left_a {
    width: 50%;

    box-sizing: border-box;
}


.about_flex_right_b {
    width: 50%;
    box-sizing: border-box;
}

.about_flex_left_b{
    width: 45%;
	text-align: center;
}

.sub_about_title_a {
   font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 10px 0 30px;
}

.about_btn1 {
    color: #5a5a5a;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #5a5a5a;
    width: 320px;
    font-size: 15px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: 0.5s;
	margin-top: 60px;
}

.about_btn1:hover {
    background: #5a5a5a;
    color: #fff;
}


.kodawari_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	    max-width: 940px;
    width: 100%;
    box-sizing: border-box;
    margin: 50px auto 0;
}

.cicle_kodawari a {
    display: block;
}

.cicle_kodawari a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 10;
    transition: all 0.5s;
}
.cicle_kodawari a:hover:before {
    opacity: 0.7;
}


.kodawari_child {
    width: 30%;
}

.cicle_kodawari {
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    max-width: 240px;
	border-radius: 50%;
	margin: 0 auto 30px;
}

.develop_box_02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    opacity: 0;
    z-index: 11;
    transition: all 0.5s;
}

.develop_box_02 div {
    display: table;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.develop_box_02 div strong {
    font-weight: 500;
    font-size: 18px;
    display: block;
    position: relative;
    line-height: 1.2;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    transition: all 0.5s;
	color: #fff;
    text-align: center;
}

.cicle_kodawari a:hover .develop_box_02 {
    opacity: 1;
}

.cicle_kodawari a:hover .develop_box_02 div strong {
    -webkit-transform: translateY(106px);
    -ms-transform: translateY(106px);
    transform: translateY(106px);
}

h3.kodawari_title_link {
    font-size: 46px;
    font-family: 'Futura-Boo';
    line-height: 1;
    text-align: center;
}



section#about-flex-design {
    background-image: url(../img//about-biz/conb_01_back.jpg);
    height: 600px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


section#about-flex-material {
    background-image: url(../img//about-biz/conb_02_back.jpg);
    height: 600px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


section#about-flex-quality {
    background-image: url(../img//about-biz/conb_03_back.jpg);
    height: 600px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

section#HACCP {
    background-image: url(../img//about-biz/haccp_01.jpg);
    height:900px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color:#000;
}

section#HACCP .about_flex_b{
  text-align:center;
  padding:100px ;
}

section#HACCP .about_flex_b .text_group p{
  text-align:center;
  color:#000;
  line-height:2.0;
}
section#HACCP .about_flex_b .text_group h2{
  text-align:center;
  font-size: 40px;
  color:#000;
}
section#HACCP .about_flex_b .text_group h2 span{
  font-size: 1.1em;
  filter: drop-shadow(2px 2px 2px rgba(255,255,255,1));
  color:#00A0DA;
}
div.about_haccp{
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
/* ヒラギノ明朝 */;
margin:20px 0;
}

/*HACCPとWIS*/


.about_flex_b{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
	max-width: 1040px;
    padding: 0px 20px;
}

.about_flex_text_group {
    width: 45%;
}

.about_flex_text_big {
    width: 45%;
}

h2.text-big {
    font-size: 80px;
    font-family: 'Futura-Boo';
    line-height: 1;
    text-align: center;
    color: #fff;
}

.about_flex_text_group p {
    margin-top: 50px;
    color: #FFF;
}

.graph {
    margin-top: 80px;
}


.box_inner p.detail_btn2 {
    margin-top: 70px;
    width: 100%;
    max-width: 320px;
    line-height: 2;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}


#business_box.sp {
    display: none;
}

@media screen and (max-width: 1120px){


#business_box.sp {
    display: block;
}

section#about-flex-area01 {
    background-image:none;
	    height: auto;
        display: none;
}

section#about-flex-area02 {
    background-image:none;
	    height: auto;
		    display: none;
}



.about_flex_01{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


.about_flex_02{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about_flex_left_a {
    width: 100%;
    order: 1;
    background-image: none;
    height: auto;
}

.about_flex_right_a {
    width: 100%;
	margin: 100px auto;
    order: 2;
	box-sizing: border-box;
    padding: 0px 20px;
}

.about_flex_left_b {
    width: 100%;
	margin: 100px auto 0;
    order: 2;
	box-sizing: border-box;
    padding: 0px 20px;
}

.about_flex_right_b {

	width: 100%;
	order: 1;
	background-image: none;
    height: auto;
}

}



@media screen and (max-width: 768px){

.about_btn1 {

    margin-top: 30px;
}


.kodawari_flex {
-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kodawari_child {
    width: 43%;
	margin-bottom: 60px;
}

.kodawari_flex::after {
    content: "";
    display: block;
    width: 43%;
}

h3.kodawari_title_link {
    font-size: 35px;
}

.about_flex_b {
	 -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about_flex_text_group {
    width: 100%;
	order: 2;
}

.about_flex_text_big {
    width: 100%;
	order: 1;
}

h2.text-big {
    font-size: 60px;
    margin-bottom: 45px;
}

.about_flex_text_group p {
    margin-top: 20px;
}

h2.about_a_title {
    margin-bottom: 20px;
}

span.small-text {
    font-size: 15px;

}

section#about-flex-design , section#about-flex-material , section#about-flex-quality ,section#HACCP {
    background-attachment: scroll;
}
section#HACCP {
    text-align: left;
    height:auto;
}
section#HACCP .about_flex_b .text_group h2{
  font-size: 26px;
}
section#HACCP .about_flex_b .text_group p{
  text-align:left;
}

section#HACCP .about_flex_b{
  text-align:left;
  padding:1rem;
}

section#HACCP {
    background-attachment: scroll;
    background: -moz-linear-gradient(to right,#DDD,#FFF 40%,#FFF 60%,#DDD);
background: -webkit-linear-gradient(to right,#DDD,#FFF 40%,#FFF 60%,#DDD);
background: linear-gradient(to right,#DDD,#FFF 40%,#FFF 60%,#DDD);
}
.box_inner p {
    font-size: 15px;
    line-height: 1.5;
}

}


@media screen and (max-width: 480px){


.sub_about_title_a {
    font-size: 18px;

    padding: 10px 0 20px;
}

.about_flex_right_a {

	margin: 60px auto;

}

.about_flex_left_b {

	margin: 60px auto 0;

}


.about_btn1 {
	width:270px;
	font-size:13px;
    margin-top: 30px;
}

.develop_box_02 div strong {
    font-size: 15px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.cicle_kodawari a:hover .develop_box_02 div strong {
    -webkit-transform: translateY(73px);
    -ms-transform: translateY(73px);
    transform: translateY(73px);
}

.cicle_kodawari a:hover:before {
    opacity: 0;
}

.cicle_kodawari a:hover .develop_box_02 {
    opacity: 0;
}

.box_inner p.detail_btn2 {
    margin-top: 40px;
    line-height: 1.5em;
}

}


@media screen and (max-width: 320px){


h2.about_a_title {
    font-size: 22px;
}


.about_btn1 {
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
}

}
