@charset "utf-8";

/*------------------------------general*/

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  background-color: #fff;
}

div.wrapper {
  margin: 0 auto;
  width: 100vw;
  /* max-width: 1366px; */
  height: auto;
  background-attachment: fixed;
}

span.indent {
  display: none;
}

/*------------------------------nav*/

div.navbg {
  width: 100%;
  max-width: 1000px;
  height: auto;
  top: 0;
  z-index: 98;
  margin: 0 auto;
}

/*----------------- nav左　ロゴ */
.nav_left {
  display: inline-block;
  margin: 10px;
}

p.logo {
  background-image: url(../img/logo.png);
  width: 150px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}

.nav_left h2 {
  display: inline-block;
  margin: 10px;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  font-size: 1em;
}
/*----------------- nav右　ページ内リンク */

nav {
  margin-top: 20px;
  float: right;
}

nav.global ul {
  width: 100%;
  max-width: 1366px;
  height: 36px;
  float: left;
  margin-top: 10px;
}

nav.global ul li {
  float: left;
  /* -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 1px solid#000; */
}

nav.global ul li:last-child {
  border-right: none;
}

nav.global ul li a {
  display: block;
  color: #fff;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin: 5px 17px;
  vertical-align: bottom;
  /* transform: skewX(-150deg); */
  padding: 0 10px;
}

nav.global ul li a:hover {
  border-bottom: 2px solid#008989;
}

#nav-drawer {
  display: none;
}

/*------------------------------header*/

header {
  background-color: #19c8c3;
}

.topimage {
  text-align: center;
  margin: 0 auto;
  width: 1024px;
  /* height: 714px; */
  /* background-image: url(../img/topimage.png); */
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  /* margin-top: 60px; */
  position: relative;
  padding-bottom: 25px;
}

div.copytop p.topimage {
  content: url(../img/topimage.png);
  width: 1024px;
}

div.copytop h1 {
  color: #fff;
  font-size: 2.5em;
  text-align: left;
  font-weight: 600;
  line-height: 1.45em;
  z-index: 99;
  width: 445px;
  display: inline-block;
  position: absolute;
  top: 580px;
  left: 0;
  margin-left: 60px;
}

/*-----------------copy1 */
div.copy1 {
  margin: 50px auto;
  padding: 30px;
}

div.copy1 h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
}

/*------------------------------general contents -- text and picture */
section {
  margin: 30px auto;
}
section h2 {
  text-align: center;
  margin: 15px auto;
  font-size: 1.8em;
  color: #fff;
  padding: 15px 10px;
  font-weight: 400;
  width: 100%;
  max-width: 1093px;
  box-sizing: border-box;
}

/*------------------------------about*/
section.about {
  padding: 0 auto 50px;
}

section.about h2 {
  background-color: #a3cd40;
}

div.about_contents {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  width: 1024px;
}
div.about_content {
  margin: 0 10px;
  width: 30%;
  text-align: center;
  float: left;
  /* display: inline-block; */
}

div.about_content h3 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 600;
}

div.about_content img {
  margin: 10px auto;
  text-align: center;
}

div.about_content p.text {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  padding: 10px 15px;
}
section.about div.clearfix {
  padding-bottom: 30px;
}
/*------------------------------voice*/
section.voice {
  background-color: #e1198e;
  padding-bottom: 50px;
  text-align: center;
  padding-top: 30px;
}

section.voice h2 {
  background-color: #e1198e;
}
div.voice_contents {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
div.fukidashi {
  background-color: #fff;
  border-radius: 60px;
  float: left;
  width: 250px;
  height: 140px;
  padding: 25px;
  line-height: 1.5;
  text-align: center;
  margin: 10px 10px 20px;
  /* display: inline-block; */
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.fukidashi:before {
  content: "";
  position: absolute;
  margin-top: 200px;
  margin-left: -170px;
  /* bottom: -32px;  */
  /* left: 50%;
margin-left: -9px; */
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
  transform: rotate(45deg);
}
div.fukidashi p {
  vertical-align: middle;
}

div.fukidashi span.colored {
  font-weight: 600;
  font-size: 22px;
}

/*------------------------------sample*/
section.sample {
  margin: 80px auto;
  width: 1024px;
  line-height: 1.5;
}

section.sample h2 {
  background-color: #de5b2b;
}

#japanese {
  width: 480px;
  height: 280px;
  display: inline-block;
  margin: 10px;
}

#english {
  width: 480px;
  height: 280px;
  display: inline-block;
  margin: 10px;
}

#chinese {
  width: 480px;
  height: 280px;
  display: inline-block;
  margin: 10px;
}

#korean {
  width: 480px;
  height: 280px;
  display: inline-block;
  margin: 10px;
}

#german {
  width: 480px;
  height: 280px;
  display: inline-block;
  margin: 10px;
}

div.videos {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  position: relative;
}

div.videos p {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

div.channel h3 {
  font-size: 24px;
  font-weight: 600;
}

div.channel p {
  font-size: 18px;
  margin-top: 15px;
}

div.channel a {
  color: #de5b2b;
  text-decoration: none;
}
div.channel a:hover {
  color: #19c8c3;
}

/*------------------------------contact*/

section.contact {
  background-color: #534ea2;
  text-align: center;
  padding: 30px;
}

div.contact_box {
  text-align: center;
  width: 750px;
  height: 125px;
  padding: 20px 0;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 50px;
}
p.index {
  font-size: 1.3em;
  font-weight: 600;
  margin: 20px auto;
  color: #fff;
}

p.content {
  line-height: 1.8;
  text-align: left;
  float: right;
  margin: 0 20px 0 0;
}
p.content span.name {
  font-size: 1.5em;
}
.content a {
  font-weight: 600;
  color: #008989;
}

.content a:hover {
  font-weight: 600;
  color: #cdb30c;
}

.content span {
  font-size: 0.75em;
}

.contactlogo {
  width: 260px;
  float: left;
  margin: 40px 20px 0 10px;
}

p.contents {
  line-height: 1.8;
}

.contents a {
  font-weight: 600;
  color: #008989;
}

.contents a:hover {
  font-weight: 600;
  color: #cdb30c;
}

.contents span {
  font-size: 0.75em;
}

/*------------------------------footer*/
footer {
  text-align: center;
  margin: 10px auto 30px;
}

small {
  font-size: 0.8em;
  color: #777;
}
