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

#group_enterprise *, #group_enterprise *:before, #group_enterprise *:after { box-sizing: border-box; }
#group_enterprise br.pc { display: block;}
#group_enterprise br.sp { display: none;}

/*---------------------------
　GROUP ENTERPRISE
---------------------------*/
#group_enterprise {
  /* width: 960px; */
  margin: 0 auto;
	line-height: 1.7;
	color: #000;
}

#group_enterprise p {
	font-feature-settings: "palt";
	text-align: justify;
	word-wrap: break-word;
  font-size: 16px;
}

#group_enterprise .top_logo {
  margin: 0 auto;
  max-width: 216px;
}

#group_enterprise .top_logo img {
	width: 100%;
}

/* 見出し */
#group_enterprise .disc {
  /* display: flex;
	flex-wrap: wrap; */
  text-align: center;
  padding: 60px 30px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 225, 0) 100%),url(../images/bg_group_enterprise.jpg);
  background-size: cover;
}

#group_enterprise .logo {
  text-align: center;
  background-color: #EEE;
}

#group_enterprise .logo img { width: 100%; }

#group_enterprise h3.group_ttl {
  width: 50%;
  margin: 40px auto 20px auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background: #b28146;
  /* background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(178,129,70,1) 10%, rgba(178,129,70,1) 50%, rgba(178,129,70,1) 90%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(178,129,70,1) 10%, rgba(178,129,70,1) 50%, rgba(178,129,70,1) 90%, rgba(255,255,255,0) 100%); */
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(178,129,70,1) 10%, rgba(178,129,70,1) 50%, rgba(178,129,70,1) 90%, rgba(255,255,255,0) 100%);
}

#group_enterprise h3 {
  width: 40%;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
}

#group_enterprise .disc .lead {
  margin: 0 auto;
  /* width: 60%; */
  /* margin-left: auto; */
}

#group_enterprise .disc .lead .sub_ttl {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

#group_enterprise .disc .lead p {
  text-align: center;
}

/* グループ企業一覧 */
#group_enterprise .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#group_enterprise .card {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
  padding: 40px 30px;
  border-right: #CCC 1px solid;
}

#group_enterprise .card:nth-child(3n) { border-right: none; }

#group_enterprise h4 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}

#group_enterprise .card-text {
  flex-grow: 1;
  font-size: 14px;
}

#group_enterprise .biz {
  margin: 20px 0 0 0;
  font-weight: bold;
}

#group_enterprise .card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

#group_enterprise .card-content a, #group_enterprise .logo-content a {
  position: relative;
  display: block;
  width: 100px;
  margin: 20px auto 0 auto;
  padding: 2px 10px;
  font-size: 11px;
  border-radius: 100vh;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  color: #FFF;
}

#group_enterprise .card-content a:after, #group_enterprise .logo-content a:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: #FFF 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*---------------------------
　BUSINESS ALLIANCE
---------------------------*/
#business_alliance {
  margin: 30px;
  padding: 40px;
  background-color: #EEE;
}

#business_alliance h3 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 28px;
  color: #000;
}

#business_alliance .item { display: flex; }

#business_alliance .logo-content {
  width: calc(100% / 3);
  margin: 0 20px 0 0;
  text-align: center;
}

#business_alliance h4 { margin: 0 0 20px 0; }
#business_alliance .logo { background-color: #FFF; }
#group_enterprise .item-text { font-size: 14px; }


/*---------------------------
　　Media Queries設定
---------------------------*/
/*---------------------------------------------*/
@media screen and (max-width: 768px) {
/*---------------------------------------------*/
  #group_enterprise br.pc { display: none; }
  #group_enterprise br.sp { display: block;}

  #group_enterprise { width: 100%; }
  #group_enterprise h3, #group_enterprise h3.group_ttl, #group_enterprise .disc .lead { width: 100%; }
  #group_enterprise h3.group_ttl { margin: 20px auto; padding: 5px 0; }
  #group_enterprise h4 { margin: 20px 0 10px 0; }
  #group_enterprise .card { width: calc(100% / 2); }
  #group_enterprise .card:nth-child(3n) { border-right: #CCC 1px solid; }
  #group_enterprise .card:nth-child(even) { border-right: none; }
  #group_enterprise .disc .sub_ttl { margin: 10px 0; }
  #business_alliance .logo-content { width: 100%; }
  #business_alliance h4 { margin: 0 0 20px 0; }
  #group_enterprise .logo img { width: 80%; }
  #group_enterprise .top_logo {  max-width: 25%; }
  #group_enterprise .disc .lead p { text-align: left; }
  #group_enterprise .disc .sub_ttl { text-align: center; }
}

/*---------------------------------------------*/
@media screen and (max-width: 599px) {
/*---------------------------------------------*/
  #group_enterprise { line-height: 1.4; }
  #group_enterprise .card { width: 100%; padding: 20px; }
  #group_enterprise .card { border-right: none; }
  #group_enterprise .disc { padding: 30px 20px; }
  #group_enterprise .disc p { font-size: 14px; }
  #group_enterprise .disc .sub_ttl { font-size: 16px; }
  #group_enterprise h3, #group_enterprise h3.group_ttl { font-size: 22px; }
  #group_enterprise .biz { margin: 10px 0 0 0; }
  #group_enterprise a { width: 70%; padding: 10px; font-size: 14px; border-radius: 100vh; }
  #group_enterprise a::after { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); }

  #business_alliance { margin: 10px; padding: 30px 20px; }
  #business_alliance .item { display: block; }
  #business_alliance .logo-content { position: relative; margin-bottom: 30px; }
  /* #business_alliance .logo-content a { position: absolute; left: 50%; bottom: -25px; transform: translateX(-50%);} */
  #group_enterprise .top_logo {  max-width: 50%; }
}