/*Japanese site*/
body {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #212121;
}
.wrapper, .area_wrapper {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}
li {
  list-style: none;
}
.navigation {
  height: 120px;
  position: fixed;
  top: 0;
  width: 80%;
 background-color:#fff;
 opacity: 0.95;
  z-index: 10;
padding-top: 1rem;

}

.nav-container {
  width: 100%;
  margin: 0 auto;

}

.brand {
  width: 50%;
  height: auto;
  float: left;
  display: block;
 }
 .brand img {
  width: 100%;
  -webkit-backface-visibility: hidden;

 }
 .multi_lingual { /*new add*/
   font-size: 0.9rem;
   float: right;
   margin-top: 1rem;
   padding: 0 1rem;
   border: solid thin #212121;
 }
a.english_lang {
  font-size: 0.8rem;
}

 a.english_lang:hover {
   color: rgba(20,94,168, 1);
   transition: .4s;
 }
 .japanease_lang {
   display: inline;
   font-family: Arial, sans-serif;
   font-weight: 600;
 }

 .separator_line {
   color: #212121;
   font-size: 0.8rem;
   margin: 0 0.3rem;
 }

nav {
  float: right;
  margin-right: 2rem;
  padding-top: 1rem;
  height: 100px;

}

nav ul {
  margin: 0;
  padding: 0 0;
  list-style: none;
  background-color:#fff;
  opacity: 0.95;

}

nav ul li {
  float: left;
  position: relative;
}


.nav-list a {
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  display: block;
  color: #212121;
  padding: 0 20px;
  text-decoration: none;
  margin-bottom: 2rem;
}

nav ul li a:hover {
color: #EA4E31;
transition: .4s;
}



/* Mobile Hamburger Menu */

.nav-mobile {
  display: none;
  height: auto;
  width: 70px;
  position: absolute;
  top: 2.6rem;
  right: 0;

}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0; }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 30px;
    background: #1976d2;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out; }
  #nav-toggle span:before {
    top: -10px; }
  #nav-toggle span:after {
    bottom: -10px; }
  #nav-toggle.active span {
    background-color: transparent; }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
      top: 0; }
    #nav-toggle.active span:before {
      transform: rotate(45deg); }
    #nav-toggle.active span:after {
      transform: rotate(-45deg); }

/*Top Hero Image*/

.pagetop_container.approach {
  padding-top: 0;
}

header {
  margin-top: 130px;
  width: 100%;
  background: #fafafa;
  z-index: 4;
}

.hero {
  background: url("../images/hero_background.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  height: 70vh;
  text-align: left;

}
.hero_wrap {
display: flex;
width: 100%;
height: 70vh;
align-items: center;
justify-content: center;
}
.hero_left, .hero_right {
  width: 50%;
}
.hero_left {
  margin-left: 4rem;
}
.hero_right {
  text-align: center;
}
img.earth {
  width: 70%;

}


.hero_wrap h1 {
  color: #fff;
  font-size: 1.3rem;
}
.hero_wrap p {
  color: #fff;

}

.action_btn_wrap {
  margin-top: 8rem;
  padding-bottom: 5rem;
  padding-bottom: 10rem;

}
.action_btn {
  margin: 0 auto;
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
border: solid thin #EA4E31;
color: #EA4E31;
font-style: italic;

  }
  .action_btn:hover {
      background: #EA4E31;
      color: #fff;
      transition: .4s;
  }
  /*NEWS area*/

    /*Swiper*/
    .pagetop_container.news {
      margin-bottom: 4rem;
    margin-top: 5rem;

        overflow:hidden;
    }
  .swiper-container {
    width: 80%;

  }

  .news_titlename {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    width: 40%;
    padding: 0.5em;
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  .news_titlename:after {
    content: '';
    width: 40%;
    height: 1px;
    background-color: #1976d2;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}
  .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .inner_slide.photo {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
  }

  .inner_slide.contentstext {
    width: 100%;
    font-size: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 3rem;
  }
  .inner_slide.photo img {
    width:auto;
        height:auto;
        max-width:100%;
        max-height:100%;
        border-radius: 2%;
        padding-right: 1rem;
        padding-left: 1rem;
  }
  .inner_slide.photo.newslogo {
    padding-top: 1rem;
  }
  .news_date {
    text-align: right;
    padding-top: 1rem;
  }
  .swiper_link:first-child {
    text-align: center;
  }

  .swiper_link:hover {
    opacity: 0.9;
    color: gray;
    transition: all  0.3s ease;
  }
  /*News letter area*/
  .newsletter_wrapper{
    width: 100%;
  background-color: #F1F5F8;
    display: flex;
    padding-left: 0;

  }

  .newsletter_wrapper li {
    width: 40%;
    padding:0;
  }

  .newsletter1_pic {
    width: 10%;
  }

  h4 {
    color: #1976d2;
    padding: 1rem 1rem;
  }
  a.newsletter_link {
    text-decoration: underline;
    color: #1976d2;
  }
.letter_contents {
  padding: 1rem 1rem;
}
  /*Video1*/

.area_wrapper.forum_video {
  width: 80%;
 background-color: #F1F5F8;
margin-bottom: 1rem;
}
.responsive {
 display: block;
 margin: 0 auto;
  width: 60%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.responsive iframe {
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
}
.responsive p {
    padding-top: 1rem;
  text-align: center;
}
.video_title {
  font-family: 'Noto Sans JP'; sans-serif;
}
.video_title2 {
    font-family: 'Noto Sans JP'; sans-serif;
    font-style: italic;
    font-weight:bold;
    color: #1976d2;

}



  /*News Kick off page*/
  .mincho {
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }
  .section_container.newsarea {
  padding-top: 200px;

  }
  .section_container.newsarea h1 {
    font-size: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-left: 3rem;
  }
  .section_container.newsarea span {
    font-size: 2rem;
  }

  .news_photo_container {
    text-align: center;

  }
  .news_photo_container img {
    width: 80%;
    height: auto;
  }
  .news_article {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .text_container.newsarea {
    margin: 4rem 0 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: 000;
    background: #fafafa;
  }
/*Approach area*/

#approach {
  width: 100%;
  background: url("../images/approach_img.jpg") center no-repeat;
  background-size: cover;
  height: 0;
  padding-top: calc(2000 / 4000 * 100%);
  position: relative;
  text-align: left;
  margin-bottom: 8rem;

}

.pagetop_wrap {
  width: 40%;
  height: auto;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  right: 0;
  margin-left: 3rem;
  padding: 3rem 2rem;
  background: #1976d2;
  opacity: 0.95;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
}

.pagetop_wrap h1 {
  color: #fff;
  font-size: 1.2rem;
}

.pagetop_img:after, .pagetop_wrap {
  left: 0;
  position: absolute;
}
.page_name {
  border-left: solid thick #EA4E31;
  margin-left: 3rem;
  margin-top: 8rem;
  margin-bottom: 3rem;
}

.page_name p {
  padding-left: 1rem;
  font-size: 1.1rem;
}
.section_container {
  margin-bottom: 15rem;
}

.text_container {
  margin-left: 3rem;
  margin-right: 4rem;

}
span {
  font-size: 1.5rem;
  color: #1976d2;
  padding-right: 0.3rem;
}
/*Goals and SGS Club area*/

#goals {
  margin-bottom: 12rem;/*GOALS position*/
  width: 100%;
  background: url("../images/goals_img.jpg") center no-repeat;
  background-size: cover;
  height: 0;
  padding-top: calc(2000 / 4000 * 100%);
  position: relative;
  text-align: left;
}

.goals_container, .SGS_container, .forum_container {
  width: 100%;
}
ul.goals_wrap, ul.SGS_wrap, ul.forum_wrap {
  display: flex;
  justify-content: center;
  width: 90%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.goals_wrap li, .SGS_wrap li {
  width: 280px;
  height: 280px;
  margin: 2rem;
  position: relative;
  text-align: center;

  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    border-radius: 8px;
    background: rgb(244, 244, 244);
}

.goals_wrap li:first-child {
  background-color: #00bcd4;
  border: none;
  color: #fff;

}
.goals_wrap li:first-child:hover {
  background-color: #bdbdbd;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;

}
.action_number {
  padding-top: 1rem;
}
span.number {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;


}
.n1_icon, .n2_icon, .n3_icon, .n4_icon, .n5_icon, .n6_icon {
  position: absolute;
  top: 27%;
  left: 40%;
  width: 55px;
  height: 55px;
  background-image: url("../images/goals_icon1.svg");
  background-repeat: no-repeat;
}
.n2_icon {
  background-image: url("../images/goals_icon2.svg");

}
.n3_icon {
  background-image: url("../images/goals_icon3.svg");
}
.n4_icon {
  background-image: url("../images/goals_icon4.svg");
}
.n5_icon {
  background-image: url("../images/goals_icon5.svg");
  width: 58px;
  height: 58px;
}
.n6_icon {
  background-image: url("../images/goals_icon6.svg");
}


p.action_item {
  position: absolute;
  padding-left: 1rem;
  padding-right: 1rem;
  top: 55%;
 right: 0;
 bottom: 0;
 left: 0;

}
#SGS {
  width: 100%;
  background: url("../images/club_img.jpg") center no-repeat;
  background-size: cover;
  height: 0;
  padding-top: calc(2000 / 4000 * 100%);
  position: relative;
  text-align: left;
}

.SGS_wrap li {
  width: 300px;
  height: 300px;
  text-align: left;
  position: relative;
  border: none;
  background: #f4f4f4;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;

    border-radius: 8px;
    background: rgb(244, 244, 244);


}
.SGSclub_text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding-left: 1rem;
  padding-right: 1rem;


  transform: translateY(-90%);
}

.SGS_wrap li:last-child {
  background-color: #00bcd4;
  border: none;
  color: #fff;
}
.SGS_wrap li:last-child:hover {
  background-color: #bdbdbd;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;

}
/*Forum area*/

#forum {
  margin-bottom: 12rem;
  width: 100%;
  background: url("../images/forum_img.jpg") center no-repeat;
  background-size: cover;
  height: 0;
  padding-top: calc(2000 / 4000 * 100%);
  position: relative;
  text-align: left;
}

.forum_wrap {
  background: #fafafa;
  width: 100%;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;

}
.forum_wrap li:first-child {
  width: 40%;
}
.forum_wrap li {
  width: 60%;
  padding-left: 1rem;
}
.forum_text {
  width: 100%;

}

img.forum_mini_img {
  width: 100%;
  padding: 2rem;

}

/*Leadership area*/

.pagetop_container.leader {
  margin-top: 120px;
}

#leadership {
  width: 100%;
  background: url("../images/leadership_img.jpg") center no-repeat;
  background-size: cover;
  height: 50vh;
  position: relative;
  text-align: left;
  margin-bottom: 8rem;
}
.leadership_container {
  width: 90%;
  margin: 5rem auto;
  background: #fafafa;
  padding-bottom: 3rem;
  padding-top: 2rem;
  display: none; /* to be used*/

}
.member_wrap {
 width: 100%;
  display: flex;
margin-top: 2rem;


}
.photo_frame {
  width: 20%;
text-align: center;
margin: auto;

}
img.photo_contents {
  width: 130px;
  height: auto;

}

.member_text_wrap {
    width: 80%;
  margin-left: 1rem;


}
.member_details {
  padding-right: 2rem;
}
.member_name {
font-size: 20px;
}
.divided_line {
  border: solid medium #EA4E31;
  width: 2rem;

}
.link_icon {
  width: 20px;
  height: 20px;
  background-image: url("../images/globe-solid.svg");
  background-repeat: no-repeat;
  border: solid thin #bdbdbd;
  border-radius: 50px;
  text-align: center;

}
.link_icon:hover {
  opacity: 0.8;
}
.link_icon a {

}

.list_btn_wrap {
  margin-top: 10rem;

}
.list_btn {
  margin: 0 auto;
  width: 280px;
  height: 50px;
  line-height: 50px;
  border: solid thin #212121;
  text-align: center;
  padding-right: 1rem;
  }
  .list_btn:hover {
    background: #212121;
    border: none;
    color: #fff;
    transition: .4s;
  }
/*Action in progress*/

.pagetop_container.action {
  margin-top: 120px;
}
#action_in_progress {
  width: 100%;
  background: url("../images/action in progress_img.jpg") center no-repeat;
  background-size: cover;
  height: 50vh;
  position: relative;
  text-align: left;
  margin-bottom: 8rem;
}
.action_wrap {
  width: 70%;
  margin: 4rem auto;
  padding: 0.5rem 1rem;

}
.action_wrap p {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    background-color: #00bcd4;
    color: #fff;
}


/*Footer*/
footer {
  width: 100%;
  height: 12rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0E3659;
  text-align: center;

}
.footer_logo {
  margin-top: 1rem;
}
.footer_logo img {
 padding-left: 1rem;
  width: 90px;
  height: auto;
}
.copyright {
  color: #fff;
  font-size: 12px;
  margin: 0;

}
.footer_wrap svg {
  width: 0.9rem;
  height: 1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
}
.sgs_contact {
  color: #fff;
  font-size: 12px;
  margin-top: 2rem;
  padding-bottom: 2rem;

  padding-left: 0.5rem;
  text-align: center;
}


/* Media Query for Navigation */
@media only screen and (max-width: 930px) {

  .section_container {
    margin-bottom: 13rem;
  }

  .pagetop_wrap {
    padding: 2rem 2rem;
  }
  .pagetop_wrap h1 {
    font-size: 1.3rem;
  }
  /*news area*/
.section_container.newsarea span {
  font-size: 1.5rem;
}
.section_container.newsarea h1 {
  font-size: 1.2rem;
  padding-top: 0.5rem;

}

}
@media only screen and (max-width: 800px) {
  .wrapper, .area_wrapper, .navigation, .area_wrapper.forum_video {
    width: 90%;
  }
  .brand {
    width: 50%;
  }
  .nav-mobile {
    display: block;
  }
  .multi_lingual { /*new add*/
    font-size: 0.8rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: 0;
  }
a.english_lang {
  font-size: 0.7rem;
}
  nav {
    width: 100%;
    height: auto;
    background-color: none;
    text-align: left;
    padding-left: 3rem;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
    background-color: #fff;
    opacity: 0.8;
    padding-bottom: 0.5rem;
  }

   nav ul li a {
          padding: 15px;
          line-height: 20px;
  }


  .hero_wrap {
    display: block;
    position: relative;
    width: 100%;

  }
  .hero_left, .hero_right {
    width: 100%;

  }
  .hero_left {
margin: 0 auto;
    width: 100%;
    right: 0;
    left: 0;
    padding: 3rem 3rem;
    position: absolute;
    background-color: rgba( 34, 53, 70, 0.5 );
    z-index: 5;
    height: 60vh;

  }

  .hero {
    height: 60vh;

  }

  .hero_right {
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    z-index: 1;
  }
  img.earth {
    width: 20rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .inner_slide.photo {
  height: 180px;
}
.forum_wrap {
  display: flex;
  flex-direction: column;
}
.newsletter_wrapper {
  flex-direction: column;
}
.letter_contents {
  margin-bottom: 1rem;
}
.newsletter_wrapper li {
  width: 100%;
}
.newsletter1_pic img {
  width: 100%;
}
.forum_wrap li {
  width: 100%;
}


img.forum_mini_img {
  padding: 0;
}

  img.photo_contents {
    width: 120px;
  }


}

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

  .pagetop_wrap {
    width: 50%;

  }


  .pagetop_wrap h1 {
    font-size: 18px;
  }
  .hero_left h1 {
    font-size: 1.6rem;
  }
  p {
    font-size: 16px;
  }
  .inner_slide.contentstext p {
    font-size: 15px;
  }
  .inner_slide.photo {

    height: 160px;

  }
  #forum {
    margin-bottom: 10rem;
  }
  p.member_name {
  font-size: 18px;
  }

  span {
    font-size: 18px;
  }
  span.number {
    font-size: 22px;
  }
  .action_btn {
    width: 250px;
    height: 40px;
    line-height: 40px;
    }

  .member_wrap {
    display: flex;
    flex-direction: column;
  }
  p.member_details {
    padding-right: 0;
  }
  .photo_frame {
  width: 100%;
  text-align: left;
  padding-left: 3.5rem;
  }
  img.photo_contents {
    width: 100px;
  }
  .footer_wrap svg {
    width: 0.9rem;
    height: 0.8rem;

  }
  /*news area*/
  .section_container.newsarea span {
    font-size: 1.2rem;
  }
  .section_container.newsarea h1 {
    font-size: 1rem;
  }
  .text_container.newsarea {
    margin: 2rem 0 0;
    padding-top: 2rem;
    padding-bottom: 2rem;

  }
  .area_wrapper.video {
    padding: 3rem;
  }
  .responsive {
    width: 80%;

  }

}
@media screen and (max-width:520px) {
  .brand {
    width: 60%;
  }
  .hero_left {
    padding-top: 0;
  }
  .pagetop_wrap {
    width: 70%;
    padding: 2rem 2rem;
    margin-left: 2rem;
  }
  .pagetop_wrap h1 {
    font-size: 17px;
  }
  .inner_slide.photo {
  height: 140px;
}
.news_article {
  padding-left: 2rem;
  padding-right: 2rem;
}
.section_container.newsarea h1 {
  padding-left: 2rem;
  padding-right: 2rem;
}


  #forum {
    margin-bottom: 5rem;
  }
  .area_wrapper.video {
  padding: 2rem;
}
}

@media screen and (max-width:420px) {
  .brand {
    width: 80%;
  }
  .multi_lingual { /*new add*/
    float: left;
  }
  .section_container {
    width: 100%;
    margin-bottom: 10rem;
  }

  img.earth {
    width: 20rem;
  }
  .hero_left {
    padding-right: 2rem;
    padding-left: 2rem;
  }
.hero_left h1 {
  font-size: 1.4rem;
}
.hero_left p {
  letter-spacing: 0;
}
.inner_slide.photo {
  height: 120px;
}
.inner_slide.contentstext p {
  font-size: 14px;
}

  ul.goals_wrap, ul.SGS_wrap, ul.forum_wrap {
    width: 100%;
    margin: 0;
    padding-left: 0;

  }
  .goals_wrap li, .SGS_wrap li {
    width: 220px;
    height: 220px;
    font-size: 1rem;
  }

  .n1_icon, .n2_icon, .n3_icon, .n4_icon, .n5_icon, .n6_icon {
    width: 40px;
    height: 40px;
    top: 29%;
  }

  .list_btn {
    width: 240px;
    height: 40px;
    line-height: 40px;
    }
    .action_wrap {
      width: 100%;
      margin: 3rem auto;
    }


}
@media screen and (max-width:330px) {
  .wrapper, .area_wrapper {
    width: 90%;
  }
  .section_container {
    margin-bottom: 5rem;
  }

  img.earth {
    width: 15rem;

  }
.hero_wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}
  .hero_left p {
    font-size: 0.9rem;
  }
  .pagetop_wrap {
    width: 70%;
    padding: 0.5rem 1rem;
    margin-left: 2rem;
  }
  .pagetop_wrap h1 {
    font-size: 16px;
  }
  .inner_slide.contentstext p {
    font-size: 14px;
  }
  #goals {
    margin-bottom: 8rem;
  }
  #approach {
    margin-bottom: 5rem;
  }
  .page_name {
    margin-top: 5rem;
  }
  /*news area*/
  .section_container.newsarea span {
    font-size: 1rem;
  }
  .section_container.newsarea h1 {
    font-size: 0.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .news_article {
    padding-left: 1rem;
    padding-right: 1rem;
  }




}
@media screen and (max-width:270px) {
  body {
    min-width: 270px;
  }
  .n4_icon, .n5_icon {
    left: 35%;
  }
  .inner_slide.photo {
  min-height: 100px;
}
.inner_slide.contentstext p {
  font-size: 12px;
}
  .forum_wrap li {
    padding-left: 0;
  }
  .area_wrapper.video {
    padding: 1rem;
  }

}
