@charset "UTF-8";
/*============================================================
MAIN VISUAL
*/
#main_visual {
  margin-top: 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    margin-top: 60px;
  }
}
#main_visual .heading_page {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page {
    padding-left: 10px;
  }
}
#main_visual .heading_page span {
  display: block;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span {
    line-height: 1.2;
  }
}
#main_visual .heading_page span.en {
  color: #13c6bb;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.en {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
#main_visual .heading_page span.ja {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.ja {
    font-size: 30px;
  }
}
#main_visual .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1250px;
  height: 500px;
  margin: -20px 0 0 80px;
}
@media only screen and (max-width: 768px) {
  #main_visual .pic {
    width: calc(100% + 20px);
    height: 0;
    margin: 14px 0 0 0;
    padding-bottom: 45%;
  }
}
#main_visual .title_en {
  color: #b2f5f1;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.73;
  text-align: right;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    font-size: 32px;
    margin-top: -12px;
  }
}
#main_visual::before {
  content: "";
  background: #f7f8f4;
  width: 50%;
  height: 500px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #main_visual::before {
    width: 90%;
    height: 80%;
    top: -30px;
  }
}
#main_visual .pic {
  background-image: url(../images/globalvoice/pic_mv_globalvoice01.jpg);
}

/*============================================================
LEAD
*/
#lead {
  padding: 80px 0 80px;
}
@media only screen and (max-width: 768px) {
  #lead {
    padding: 40px 0 60px;
  }
}
#lead .country {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #lead .country {
    margin-bottom: 40px;
  }
}
#lead .country .flag {
  flex: 0 0 120px;
  max-width: 120px;
}
@media only screen and (max-width: 768px) {
  #lead .country .flag {
    flex: 0 0 60px;
    max-width: 60px;
  }
}
#lead .country .name {
  font-size: 40px;
  font-weight: 500;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  #lead .country .name {
    font-size: 20px;
    margin-left: 20px;
  }
}
#lead .country .name span {
  font-size: 66px;
  display: inline-block;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  #lead .country .name span {
    font-size: 34px;
    margin-left: 6px;
  }
}
#lead .profile .h_profile {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #lead .profile .h_profile {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#lead .profile .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #lead .profile .row {
    display: block;
  }
}
#lead .profile .pic {
  flex: 0 0 260px;
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  #lead .profile .pic {
    max-width: inherit;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #lead .profile .pic {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #lead .profile .pic img {
    max-width: 200px;
  }
}
#lead .profile .holder {
  margin-left: 60px;
  flex: 0 0 700px;
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  #lead .profile .holder {
    margin-left: 0;
    max-width: inherit;
  }
}
#lead .profile .holder .h_name {
  display: flex;
  align-items: flex-end;
}
#lead .profile .holder .h_name span {
  display: block;
}
#lead .profile .holder .h_name span.ja {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 26px;
  font-weight: 600;
  margin-right: 14px;
}
@media only screen and (max-width: 768px) {
  #lead .profile .holder .h_name span.ja {
    font-size: 20px;
    margin-right: 10px;
  }
}
#lead .profile .holder .h_name span.en {
  color: #13c6bb;
  font-size: 14px;
  font-weight: 500;
}
#lead .profile .holder .data {
  margin: 18px 0 20px;
  display: flex;
}
#lead .profile .holder .data li {
  font-size: 13px;
}
#lead .profile .holder .data li:not(:last-child) {
  margin-right: 10px;
}
#lead .profile .holder p {
  font-size: 15px;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  #lead .profile .holder p {
    line-height: 1.8;
  }
}
#lead .profile .holder p::before {
  content: "";
  background: #333;
  width: 40px;
  height: 1px;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #lead .profile .holder p::before {
    margin-bottom: 15px;
  }
}

/*============================================================
VOICE
*/
#voice {
  padding: 120px 0 200px;
}
@media only screen and (max-width: 768px) {
  #voice {
    padding: 60px 0 80px;
  }
}
#voice .voice_content .voice_block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block {
    display: block;
  }
}
#voice .voice_content .voice_block .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  flex: 0 0 615px;
  max-width: 615px;
  height: 470px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block .pic {
    max-width: inherit;
    height: 0;
    padding-bottom: 65%;
  }
}
#voice .voice_content .voice_block .pic::before {
  content: "";
  background: #b2f5f1;
  width: 560px;
  height: 510px;
  display: block;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block .pic::before {
    width: 90%;
    height: 100%;
  }
}
#voice .voice_content .voice_block .holder {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block .holder {
    max-width: inherit;
  }
}
#voice .voice_content .voice_block .holder .h_holder {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block .holder .h_holder {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#voice .voice_content .voice_block .holder .h_holder::after {
  content: "";
  background: #13c6bb;
  width: 30px;
  height: 2px;
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block .holder .h_holder::after {
    margin-top: 8px;
  }
}
#voice .voice_content .voice_block .holder p {
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block .holder p {
    line-height: 1.9;
  }
}
#voice .voice_content .voice_block:not(:last-child) {
  margin-bottom: 240px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block:not(:last-child) {
    margin-bottom: 150px;
  }
}
#voice .voice_content .voice_block:not(:last-child)::after {
  content: "";
  background: #333;
  width: 1px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block:not(:last-child)::after {
    height: 50px;
    bottom: -85px;
  }
}
#voice .voice_content .voice_block:nth-child(1) .pic, #voice .voice_content .voice_block:nth-child(4) .pic {
  margin-left: -80px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block:nth-child(1) .pic, #voice .voice_content .voice_block:nth-child(4) .pic {
    margin: 0 -15px 20px 0;
  }
}
#voice .voice_content .voice_block:nth-child(1) .pic::before, #voice .voice_content .voice_block:nth-child(4) .pic::before {
  top: -80px;
  left: -80px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block:nth-child(1) .pic::before, #voice .voice_content .voice_block:nth-child(4) .pic::before {
    top: -30px;
    left: -15px;
  }
}
#voice .voice_content .voice_block:nth-child(3) .pic {
  margin: 0 0 40px -80px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block:nth-child(3) .pic {
    margin: 0 0 45px -15px;
  }
}
#voice .voice_content .voice_block:nth-child(3) .pic::before {
  width: 800px;
  bottom: -100px;
  right: -320px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block:nth-child(3) .pic::before {
    width: 90%;
    height: 100%;
    right: -15px;
    bottom: -30px;
  }
}
#voice .voice_content .voice_block:nth-child(2), #voice .voice_content .voice_block:nth-child(5) {
  flex-flow: row-reverse;
}
#voice .voice_content .voice_block:nth-child(2) .pic, #voice .voice_content .voice_block:nth-child(5) .pic {
  margin-right: -80px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block:nth-child(2) .pic, #voice .voice_content .voice_block:nth-child(5) .pic {
    margin: 0 0 20px -15px;
  }
}
#voice .voice_content .voice_block:nth-child(2) .pic::before, #voice .voice_content .voice_block:nth-child(5) .pic::before {
  bottom: -80px;
  right: -80px;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block:nth-child(2) .pic::before, #voice .voice_content .voice_block:nth-child(5) .pic::before {
    top: -30px;
    right: -15px;
  }
}
#voice .voice_content .voice_block:nth-child(1) .pic {
  background-image: url(../images/globalvoice/pic_voice01.jpg);
}
#voice .voice_content .voice_block:nth-child(2) .pic {
  background-image: url(../images/globalvoice/pic_voice02.jpg);
}
#voice .voice_content .voice_block:nth-child(3) {
  display: block;
}
#voice .voice_content .voice_block:nth-child(3) .pic {
  background-image: url(../images/globalvoice/pic_voice03.jpg);
  width: 1250px;
  height: 530px;
  max-width: inherit;
}
@media only screen and (max-width: 768px) {
  #voice .voice_content .voice_block:nth-child(3) .pic {
    width: inherit;
    height: 0;
    padding-bottom: 65%;
  }
}
#voice .voice_content .voice_block:nth-child(3) .holder {
  max-width: inherit;
}
#voice .voice_content .voice_block:nth-child(4) .pic {
  background-image: url(../images/globalvoice/pic_voice04.jpg);
}
#voice .voice_content .voice_block:nth-child(5) .pic {
  background-image: url(../images/globalvoice/pic_voice05.jpg);
}
