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

    Business

-------------------------------------------*/
#business_fv2{
    background: #EFF4E9 url(../images/business/fv_bg2.png) repeat-x;
    margin:0;
    padding:0;
}
#business_fv2_inner{
    margin: 50px auto 0px;
    height: 452px;
}
#business_fv2 h1{
    background: url(../images/business/fv_line.png) no-repeat center;
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #333;
    margin: 70px 0 30px;
    padding: 38px 0 0 7px;
    text-align: center;
    height: 60px;
}
#business_fv2 h2{
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #333;
    margin: 0 0 30px 20px;
    text-align: center;
}
#business_fv2 img{
    margin: 0 20px 0;
}
#fv2_youtube{
    margin: 0 0 3px;
    width: 30%;
}
#fv2_google{
    margin: 0 0 3px;
    width: 23%;
}
#business_fv2_x{
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}
#business_fv2 .inner{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.b_fv2_txt{
    margin: 0 0 70px;
    width: 50%;
}
.business_img_box2{
    text-align: center;
    margin: 0 0;
    width: 48%;
}
.business_img_box2 img{
    width: 80%;
}
#business_vision{
    background: #4C9847;
    margin:0;
    padding:0;
}
.b_fvv_txt{
    background: #4C9847;
    margin: 0;
    width: 100%;
}
#business_vision h2{
    font-size: 4rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #FFF;
    padding: 50px 0 20px;
    text-align: center;
}
#business_vision p{
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 4.5rem;
    color: #FFF;
    margin: 0 0 0 10px;
    padding-bottom: 50px;
    text-align: center;
}
#business_vision span{
    color: #fcee21;
}


#business_fv{
    background: url(../images/business/fv_bg.png) no-repeat bottom center;
    background-size: cover;
    padding: 60px 20px 100px;
}
#business_fv h1{
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #fff000;
    margin: 0 0 20px;
    text-align: center;
}
#business_fv h1 span.ico01{
    background: #fff000;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: inline-block;
    white-space: nowrap;
    font-size: 4rem;
    text-align: center;
    line-height: 114px;
    color: #333;
    margin: 0 5px;
    vertical-align: middle;
    letter-spacing: 0;
    box-sizing: border-box;
    border: dashed 2px #5ac102;
}
#business_fv h1 b{
    display: inline-block;
    text-align: center;
    font-weight: normal;
    vertical-align: sub;
    font-size: 5rem;
    color: #fff;
}
#business_fv h1 b span{
    position: relative;
}
#business_fv h1 b span::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #fff000;
    position: absolute;
    left: 20px;
    top: -14px;
    border-radius: 100%;
}
#business_fv p{
    font-size: 4.8rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: bold;
}
#business_fv p span{
    position: relative;
}
#business_fv p span::before{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 6px;
    height: 6px;
    background: #fff000;
    border-radius: 100%;
    transform: translateX(-50%);
}
#business_fv .inner{
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.b_fv_txt{
    width: 50%;
}


.business_ttl01{
    text-align: center;
    margin: 0 0 60px;
}
.business_ttl01 h2{
    display: inline-block;
    font-size: 4rem;
    line-height: 1.4;
    color: #6fba2c;
    position: relative;
}
.business_ttl01 h2 span{
    background: linear-gradient(transparent 70%, #fcee21 0%);
}
.business_ttl01 h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -70px;
    width: 52px;
    height: 93px;
    background: url(../images/advertisement/txt_before.png) no-repeat;
    background-size: contain;
}
.business_ttl01 h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -70px;
    width: 52px;
    height: 93px;
    background: url(../images/advertisement/txt_after.png) no-repeat;
    background-size: contain;
}
#business_sec01{
    background: #f1fee3;
    padding: 80px 20px;
}
.business_img_box{
    text-align: center;
    margin: 0 0;
    width: 48%;
}
.business_box01{
    background: #fff;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}
.business_item{
    width: 30%;
    text-align: center;
}
.business_item h4{
    text-align: center;
    margin: 15px 0;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #6fba2c;
}
.business_item p{
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #555;
}
.business_btn{
    text-align: center;
    margin: 40px 0 0;
}
.business_btn a{
    background: #6fba2c;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    color: #fff;
    padding: 20px 0;
    width: 100%;
    max-width: 300px;
}
.business_btn a span{
    background: url(../images/business/arrow.png) no-repeat right center;
    background-size: contain;
    display: inline-block;
    padding: 0 30px 0 0;
}


#business_sec02{
    padding: 80px 20px;
}
.operation_img{
    text-align: center;
}
.balloon2-top {
  position: relative;
  display: block;
  margin: 40px auto;
  padding: 25px 10px;
  width: 100%;
  max-width: 600px;
  color: #000;
  font-size: 2.8rem;
  line-height: 1.4;
  background: #fff000;
  border: solid 3px #000;
  box-sizing: border-box;
  text-align: center;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff000;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #000;
  z-index: 1;
}

#business_sec03{
    background: #f1fee3;
    padding: 40px 20px 80px;
}
.trend_box{
    background: #fff;
    padding: 50px;
}
.trend_img{
    text-align: center;
    margin: 0 0 40px;
}
.trend_list{
    display: flex;
    justify-content: space-between;
}
.trend_item{
    width: 30%;
    max-width: 280px;
    text-align: center;
}
.trend_item h3{
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #6fba2c;
    margin: 15px 0;
}
.trend_item p{
    color: #555;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
}
.trend_txt{
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: 25px 10px;
  width: 100%;
  max-width: 600px;
  color: #000;
  font-size: 2.8rem;
  line-height: 1.4;
  background: #fff000;
  border: solid 3px #000;
  box-sizing: border-box;
  text-align: center;
}


#business_sec04{
    padding: 0 20px;
    background: #f1fee3;
}
.business_cv p{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555;
    letter-spacing: 0.08em;
}

#business_sec05{
    padding: 80px 20px;
}
.business_cv dl{
    border: solid 2px #6fba2c;
    padding: 45px;
    margin: 40px 90px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.business_cv dl dt{
    text-align: center;
    width: 50%;
}
.business_cv dl dd{
    text-align: right;
    width: 50%;
}
.business_cv dl dd a{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    max-width: 340px;
    background: #6fba2c;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.08em;
    text-align: center;
    border-radius: 6px;
}
.business_cv dl dd a span{
    background: url(../images/business/mail_ico.png) no-repeat left center;
    background-size: 24px;
    padding: 0 0 0 35px;
}





@media screen and (min-width:320px) and ( max-width: 767px) {
#business_fv2{
    background: #EFF4E9 url(../images/business/fv_bg2.png) repeat-x;
    margin:0;
    padding:0;
}
#business_fv2_inner{
    margin: 50px auto 0px;
    height: 550px;
}
#business_fv2 h1{
    background: url(../images/business/fv_line.png) no-repeat;
    background-position: center center;
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #333;
    margin: 0 auto 10px;
    padding: 38px 0 0 7px;
    text-align: center;
    height: 60px;
    max-width: 90%;
}
#business_fv2 h2{
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #333;
    margin: 0 0 10px 10px;
    text-align: center;
}
#business_fv2 img{
    margin: 0 10px 0;
}
#business_fv2_x{
    margin: 5px 0 5px;
    text-align: center;
}
#business_fv2 .inner {
    justify-content: space-between;
    display: block;
    align-items: center;
}
.b_fv2_txt {
    margin: 0 0 10px;
    padding-top: 10px;
    width: 100%;
}
.business_img_box2{
    text-align: center;
    margin: 0 auto 0;
    padding-bottom: 30px;
    max-width: 70%;
    width: 100%;
}
#business_vision h2{
    font-size: 2rem;
    padding: 30px 0 20px;
    text-align: center;
}
#business_vision p{
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding-bottom: 30px;
}


#business_fv{
    background: url(../images/business/fv_bg.png) no-repeat bottom center;
    background-size: cover;
    padding: 60px 20px 40px;
    text-align: center;
}
#business_fv h1{
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #fff000;
    margin: 0 0 20px;
}
#business_fv h1 span.ico01 {
    background: #fff000;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: inline-block;
    white-space: nowrap;
    font-size: 2rem;
    text-align: center;
    line-height: 76px;
    color: #333;
    margin: 0 5px;
    vertical-align: middle;
    letter-spacing: 0;
    box-sizing: border-box;
    border: dashed 2px #5ac102;
}
#business_fv h1 b {
    display: inline-block;
    text-align: center;
    font-weight: normal;
    vertical-align: sub;
    font-size: 4rem;
    margin: 0 0 0 5px;
}
#business_fv h1 b span::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #fff000;
    position: absolute;
    left: 15px;
    top: -10px;
    border-radius: 100%;
}
#business_fv p{
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: bold;
}
#business_fv p span{
    position: relative;
}
#business_fv p span::before{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 6px;
    height: 6px;
    background: #fff000;
    border-radius: 100%;
    transform: translateX(-50%);
}
#business_fv .inner {
    justify-content: space-between;
    display: block;
    align-items: center;
}
.b_fv_txt {
    width: 100%;
}

.business_ttl01{
    text-align: center;
    margin: 0 0 40px;
}
.business_ttl01 h2{
    display: inline-block;
    font-size: 2rem;
    line-height: 1.4;
    color: #6fba2c;
    position: relative;
}
.business_ttl01 h2 span{
    background: linear-gradient(transparent 70%, #fcee21 0%);
}
.business_ttl01 h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 32px;
    height: 63px;
    background: url(../images/advertisement/txt_before.png) no-repeat;
    background-size: contain;
}
.business_ttl01 h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 32px;
    height: 63px;
    background: url(../images/advertisement/txt_after.png) no-repeat;
    background-size: contain;
}
#business_sec01{
    background: #f1fee3;
    padding: 40px 20px;
}
.business_img_box{
    text-align: center;
    margin: 0 auto 40px;
    max-width: 70%;
    width: 100%;
}
.business_box01{
    background: #fff;
    padding: 20px;
    display: block;
    justify-content: space-between;
}
.business_item{
    width: 100%;
    text-align: center;
}
.business_item:nth-of-type(2){
    margin: 20px 0;
    padding: 20px 0;
    border-top: dashed 1px #cceaab;
    border-bottom: dashed 1px #cceaab;
}
.business_item h4{
    text-align: center;
    margin: 15px 0;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0;
    color: #6fba2c;
}
.business_item p{
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #555;
}
.business_btn{
    text-align: center;
    margin: 40px 0 0;
}
.business_btn a{
    background: #6fba2c;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    color: #fff;
    padding: 20px 0;
    width: 100%;
    max-width: 300px;
}
.business_btn a span{
    background: url(../images/business/arrow.png) no-repeat right center;
    background-size: contain;
    display: inline-block;
    padding: 0 30px 0 0;
}


#business_sec02{
    padding: 40px 20px;
}
.operation_img{
    text-align: center;
}
.balloon2-top {
  position: relative;
  display: block;
  margin: 40px auto;
  padding: 25px 10px;
  width: 100%;
  max-width: 600px;
  color: #000;
  font-size: 2.2rem;
  line-height: 1.4;
  background: #fff000;
  border: solid 3px #000;
  box-sizing: border-box;
  text-align: center;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff000;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #000;
  z-index: 1;
}

#business_sec03{
    background: #f1fee3;
    padding: 40px 20px 40px;
}
.trend_box{
    background: #fff;
    padding: 20px 20px 40px;
}
.trend_img{
    text-align: center;
    margin: 0 0 40px;
}
.trend_list{
    display: block;
    justify-content: space-between;
}
.trend_item{
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.trend_item:nth-of-type(2){
    margin: 20px 0;
    padding: 20px 0;
    border-top: dashed 1px #cceaab;
    border-bottom: dashed 1px #cceaab;
}
.trend_item h3{
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #6fba2c;
    margin: 15px 0 10px;
}
.trend_item p{
    color: #555;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    max-width: 80%;
    margin: 0 auto;
}
.trend_txt{
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: 25px 10px;
  width: 100%;
  max-width: 600px;
  color: #000;
  font-size: 2.2rem;
  line-height: 1.4;
  background: #fff000;
  border: solid 3px #000;
  box-sizing: border-box;
  text-align: center;
}


#business_sec04{
    padding: 0 20px 0;
}
#business_sec05{
    padding: 40px 20px;
}
.business_cv p{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555;
    letter-spacing: 0.08em;
}
.business_cv dl{
    border: solid 2px #6fba2c;
    padding: 20px;
    margin: 20px 0 0;
    display: block;
    align-items: center;
    justify-content: space-between;
}
.business_cv dl dt{
    position: relative;
    text-align: center;
    width: 100%;
}
.business_cv dl dt::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 12px;
    background: url(../images/business/faq_ico.png) no-repeat center;
}
.business_cv dl dd{
    text-align: right;
    width: 100%;
    display: block;
}
.business_cv dl dd a{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0 0;
    max-width: 340px;
    background: #6fba2c;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.08em;
    text-align: center;
    border-radius: 6px;
}
.business_cv dl dd a span{
    background: url(../images/business/mail_ico.png) no-repeat left center;
    background-size: 24px;
    padding: 0 0 4px 35px;
}
}






@media screen and (min-width:300px) and ( max-width: 410px) {
#business_fv2 h1{
    font-size: 6vw;
    background-size: contain;
}
#business_fv2 h2{
    font-size: 2.5rem;
}
#business_fv2 h2 img{
    max-width: 30%;
}
}
