@charset "utf-8";
/*!
 * global_network en CSS
 * ---------------------------------------------
 * SSUのグローバルネットワーク enのcss
 * 
 */

/*===================================
	layout	
=====================================*/

.subSingle.globalNetwork .content {
	padding-bottom: 50px;
}

/*===================================
	content	
=====================================*/

.content {
	/*background: url(../images/global_network/bg.jpg) repeat 0 0;*/
}

/*  sprite
---------------------------------*/

.content .imgtxt {
	margin: auto;
	background-image: url(../images/global_network/sprite_global_network_eng.png);
}
.content .imgtxt.gnt1 {
	width: 459px;
	height: 38px;
	margin-bottom: 20px;
	background-position: 0 0;
}
.content .imgtxt.gnt2 {
	width: 642px;
	height: 78px;
	background-position: 0 -100px;
}
.content .imgtxt.gnt3 {
	width: 589px;
	height: 68px;
	margin-bottom: 15px;
	background-position: 0 -300px;
}

/*  globalNetworkHead
---------------------------------*/

.globalNetworkHead {
	margin-bottom: -13px;
	padding-top: 17px;
}

/*  globalMap
---------------------------------*/

.globalMap {
	width: 1000px;
	margin: 0 -30px 30px;
}

/*  globalNetworkList
---------------------------------*/

.globalNetworkList {
	overflow: hidden;
	position: relative;
	width: 918px;
	margin: 17px 0 35px;
}
.globalNetworkList li {
	position: relative;
	box-sizing: border-box;
	float: left;
	margin: 0 19px 40px 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 1px 1px 0 0 rgba(0,0,0,.3);
}
.globalNetworkList li:nth-of-type(4n) {
	margin-right: 0;
}
.globalNetworkList > li > span {
	display: block;
	padding: 6px 13px 0 0;
	color: #a0a0a0;
	font-size: 10px;
	text-align: right;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.globalNetworkList li a {
	display: block;
	box-sizing: border-box;
	width: 215px;
	height: 209px;
  height: auto;
  /*padding: 4px 12px 0 13px;*/
	padding: 4px 16px 0;
	line-height: 1.4;
	text-decoration: none;
}
.globalNetworkList li figure {
	margin-bottom: 6px;
}
.globalNetworkList li a span {
	display: block;
	font-size: 10px;
  word-break: break-word;
}
.globalNetworkList li h2 {
  font-size: 16px;
  line-height: 1;
	margin-bottom: 2px;
  word-break: break-word;
}
.globalNetworkList li p {
	font-size: 13px;
}
.globalNetworkList a p {
	text-decoration: underline;
}
.globalNetworkList a:hover p {
	text-decoration: none;
}

/*===================================
	toContact
=====================================*/

.toContact {
	background: none;
	margin-bottom: 60px;
}
.toContact dt {
	background: none;
	text-indent: -9999em;
}

/*===================================
  custom_2018
=====================================*/
.bg9 {
  background-color: #999;
}

.header-menu-wrapper li.active a {
  background: -moz-linear-gradient(top, transparent, transparent 50%, #ff0 51%, #ff0);
  background: -webkit-linear-gradient(top, transparent, transparent 50%, #ff0 51%, #ff0);
  background: linear-gradient(to bottom, transparent, transparent 50%, #ff0 51%, #ff0);
}

.kv-wrapper img {
  width: 100%;
}

.kv-xs {
  background-image: url(../images/global_network/kv-global-network.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.global-wrapper * {
  box-sizing: border-box;
}

.global-wrapper {
  background-image: url(../images/global_network/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.global-wrapper .wrapper {
  background-color: transparent;
  box-shadow: none;
}

.subSingle .content {
  box-sizing: border-box;
  width: 100%;
}

.globalNetworkHead p {
  font-weight: bold;
  line-height: 2;
  position: relative;
}

.globalMap {
  margin: 0 auto 30px;
  width: 100%;
}

.globalMap img {
  width: 100%;
}

.globalNetworkList {
  margin: 17px auto 35px;
  /*max-width: 918px;*/
  /*width: 100%;*/
  width: calc(100% - 60px);
}

.toContact dt .imgtxt.gnt3 {
  background-image: url(../images/global_network/img-contact-en.png);
  background-position: center center;
  background-size: 100%;
}

.toContact dd.btn {
  display: block;
}

.toContact .btn a {
  max-width: 334px;
  width: 100%;
}

a.btn {
  display: inline-block;
  text-indent: 0;
}

.globalNetworkList li {
  /*width: calc(25% - 19.5px);*/
  width: calc(25% - 14.25px);
}

.globalNetworkList li a {
  width: 100%;
}

.globalNetworkList li figure img {
  margin: 0 auto;
  width: 100%;
}

.globalNetworkList li a p {
  word-break: break-word;
}

@media screen and (max-width: 1060px){
  .globalNetworkList {
    width: 100%;
  }
}

@media screen and (max-width: 999px){
  .globalMap {
    width: 100%;
  }
}

@media screen and (max-width: 767px){
  .content .imgtxt.gnt1 {
    background-image: url(../images/global_network/img-lead-global-en.png);
    background-position: center center;
    background-size: 100%;
  }

  .globalNetworkHead {
    margin-bottom: 0;
  }

  .globalNetworkHead p {
    font-size: 14px;
    line-height: 1.6;
  }

  .globalNetworkList li {
    margin-bottom: 30px;
    /*width: calc(50% - 13px);*/
    width: calc(50% - 9.5px);
  }

  .globalNetworkList li:nth-of-type(2n) {
    margin-right: 0;
  }

  .globalNetworkList li a {
    /*height: 184px;*/
    height: auto;
    /*padding: 4px 12px 10px 13px;*/
    padding: 4px 16px 10px;
  }

  .globalNetworkList li a p {
    display: none;
  }
}

@media screen and (max-width: 600px){
  .globalNetworkHead p {
    font-size: 11px;
  }

  .globalNetworkList {
    margin-bottom: 0;
  }

  .toContact dt .imgtxt.gnt3 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px){
  .globalNetworkHead p {
    font-size: 10px;
  }

  .toContact dt .imgtxt.gnt3 {
    background-image: url(../images/global_network/img-contact-xxs-en.png);
  }

  .globalNetworkList li a {
    /*height: 160px;*/
    /*padding: 4px 10px 0;*/
  } 

  .globalNetworkList li a span {
    line-height: 1.2;
    margin-bottom: 3px;
  }
  .globalNetworkList li h2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 430px){
  .globalNetworkList li a {
    height: 160px;
    padding: 4px 10px 0;
  }
}

/* custom_201911 */
/* ------------------------------- */

.global-wrapper .globalMap {
  position: relative;
}

.global-wrapper .globalMap .legend {
  bottom: 10px;
  left: 30px;
  max-width: 207px;
  position: absolute;
}

.havas-wrapper {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 0 0 rgba(0,0,0,.3);
  margin: 0 auto 1px;
  width: calc(100% - 60px);
}

.havas-wrapper .main-card {
  margin: 36px auto 0;
  text-align: center;
  width: 188px;
}

.havas-wrapper .main-card a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}

.havas-wrapper .main-card a figure img {
  width: 100%;
}

.havas-wrapper .main-card a h2 {
  font-size: 18px;
  line-height: 16px;
  margin-top: 14px;
}

.havas-wrapper .main-card a p {
  font-size: 12px;
  text-decoration: underline;
}

.globalNetworkList.havasList {
  margin-top: 24px;
}

.globalNetworkList.havasList li {
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 102px;
}

.globalNetworkList.havasList li:nth-of-type(1),
.globalNetworkList.havasList li:nth-of-type(2),
.globalNetworkList.havasList li:nth-of-type(3),
.globalNetworkList.havasList li:nth-of-type(4) {
  border-top: 1px solid #ddd;
}

.globalNetworkList.havasList li a {
  min-height: 100px;
  padding: 12px 0 14px;
}

.globalNetworkList.havasList li a span {
  margin-bottom: 6px;
}

.globalNetworkList.havasList li a p {
  margin-bottom: 0;
}

.btn-accordion {
  color: #999;
  cursor: pointer;
  height: 47px;
  line-height: 47px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .globalNetworkList.havasList li a {
    height: auto;
  }
}

@media screen and (max-width: 1060px) {
  .global-wrapper .globalMap .legend {
    left: 0;
  }

  .havas-wrapper {
    padding: 0 40px;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .globalNetworkList.havasList li {
    width: calc(50% - 9.5px);
  }

  .globalNetworkList.havasList li:nth-of-type(3), 
  .globalNetworkList.havasList li:nth-of-type(4) {
    border-top: 0;
  }

  .globalNetworkList.havasList li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .global-wrapper .globalMap .legend {
    bottom: -10px;
    max-width: 176px;
  }

  .havas-wrapper {
    padding: 0 16px;
  }

  .havas-wrapper .main-card a p {
    display: none;
  }

  .globalNetworkList.havasList {
    -webkit-transition: max-height .4s linear;
       -moz-transition: max-height .4s linear;
        -ms-transition: max-height .4s linear;
         -o-transition: max-height .4s linear;
            transition: max-height .4s linear;
    margin-bottom: 0;
    margin-top: 20px;
    max-height: 1px;
  }

  .globalNetworkList.havasList.open {
    max-height: 1400px;
  }

  .globalNetworkList.havasList li {
    margin-right: 0;
    width: 100%;
  }

  .globalNetworkList.havasList li:nth-of-type(2) {
    border-top: 0;
  }

  .globalNetworkList.havasList li,
  .globalNetworkList.havasList li a {
    min-height: 57px;
  }
}
