@font-face {
  font-family: SourceHanSansJP;
  src: url("../fonts/23596.otf") format("opentype");
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
}

body {
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  font-family: "SourceHanSansJP", sans-serif;
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: inherit;
}

.section-sur-title1 {
  font-size: 70px;
  font-weight: bold;
  color: #3e2026;
}

.section-sur-title2 {
  font-size: 53px;
  font-weight: bold;
  color: #3e2026;
  margin-bottom: 100px;
}

.section-title {
  font-size: 45px;
  font-weight: bold;
  color: #3e2026;
}

.section-sub-title1 {
  font-size: 35px;
  font-weight: bold;
  color: #3e2026;
}

.section-sub-title2 {
  font-size: 30px;
  font-weight: bold;
  color: #3e2026;
}

.content-title {
  font-size: 34px;
}

.content-sub-title1 {
  font-size: 20px;
}

.content-sub-title2 {
  font-size: 12px;
}

.content-padding1 {
  padding: 50px 100px;
}

.content-padding2 {
  padding: 20px 50px;
}

.section-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-row-container {
  min-height: 200px;
  display: table;
  position: relative;
}

.section-row-container-left-arrow::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}

.section-row-container-right-arrow::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}

.section-row-container-top-arrow::before {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  margin-left: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.section-row-container-top-arrow {
  margin-top: 50px;
}

.section-row-content {
  width: 100%;
  text-align: left;
}

.section-row-34 {
  width: 33%;
}

.section-row-68 {
  width: 67%;
}

.link-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.linebtn {
  width: 80%;
  max-width: 100%;
  margin-left: 80%;
  margin-bottom: 50px;
}

.link-button {
  background-color: #23ab01;
  box-shadow: 5px 7px 2px #3e2026;
  width: 450px;
  border-radius: 3px;
  font-size: 36px;
  font-family: "SourceHanSansJP", sans-serif;
  color: white;
  padding: 10px 0px;
}

.separate-image {
  margin-top: -20px;
  margin-bottom: 50px;
}

.start-section,
.camp-section,
.storytelling-section,
.school-section,
.last-section {
  padding: 60px 0px;
}

.start-section {
  padding: 0px;
}


.top-section {
  background-image: url("../images/Asset\ 2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0px;
}

.top-section .section-title,
.top-section .section-sur-title1 {
  color: white !important;
  text-shadow: 5px 5px 8px #000000;
}

.start-section .section-row {
  background-color: #eed900;
}

.start-section .section-row-content {
  padding: 0px 80px;
  width: 40%;
}

.start-section img {
  width: 60%;
}

.start-section .content-title,
.start-section .content-sub-title1 {
  color: #3e2026 !important;
}

.school-content {
  background-color: #eed900;
  padding-bottom: 150px;
}

.school-content .pwardbytv-image {
  width: 90%;
  max-width: 1216px;
}

.instructors-section {
  padding: 50px 20px;
}

.instructors-content {
  background-color: #eed900;
  border-radius: 100px;
  padding: 100px;
}

.instructors-content .section-row {
  margin: 50px 0px;
  justify-content: space-around;
}

.instructors-section .section-row-text {
  background-color: white;
  border-radius: 20px;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}

.privacy-policy {
  margin-top: 50px;
  padding: 20px;
  width: 600px;
  height: 150px;
}
.footer1  {
	z-index: 99999;
	bottom: 0px;
  width: 100%;
	text-align: center;
	position: fixed;
}

  #slideshow {
    position: relative;
    overflow: hidden;
    right: 25%;
    height: 400px;
  }
  #slideshow img {
    position: absolute;
    top: 50px;
    opacity: 0;
    transition: opacity 1s;
    margin: 0 auto;
    width: 50%;
    max-width: 100%;
  }
  #slideshow img:first-child {
    opacity: 1;
  }

.footer {
  background-color: #8cdd01;
  font-size: 14px;
  padding: 30px 0px;
}
@media screen and (min-width:540px) and (max-width:769px) {
	.copyright {
		background: var(--y_green);
		color: #fff;
		font-size: 1.0rem;
		padding: 1.5em 0;
		margin-bottom: 300px;
	}
	.banner-img  {
		z-index: 99999;
		bottom: 0px;
		right: 0;
		width: 100%;
		height: auto;
		text-align: center;
		position: fixed;
	}
  .content-title {
    font-size: 17px;
  }
  .content-sub-title1 {
    font-size: 14px;
  }
  .start-section .section-row-content {
    padding: 0px 0px;
    width: 40%;
}
.section-row1 {
  display: block !important;
  width: 100%;
}
.section-row2 {
  display: block !important;
}
#slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  right: 25%;
}
#slideshow img {
  position: absolute;
  top: 50px;
  opacity: 0;
  transition: opacity 1s;
  margin: 0 auto;
  width: 50%;
  height: 50%;
}
#slideshow img:first-child {
  opacity: 1;
}
}

@media screen and (max-width:540px) {
	.copyright {
		background: var(--y_green);
		color: #fff;
		font-size: 1.0rem;
		padding: 1.5em 0;
		margin-bottom: 200px;
	}
	.banner-img  {
		z-index: 99999;
		bottom: 0px;
		right: 0;
		width: 100%;
		height: auto;
		text-align: center;
		position: fixed;
	}
  .section-sur-title1 {
    font-size: 25px;
    font-weight: bold;
    color: #3e2026;
  }
  .start-section .section-row-content {
    padding: 10px;
    width: 80%;
  }
  .sec-img1 {
    display: none;
  }
  .instructors-section {
    padding: 0px; 
}
.content-padding1 {
  padding: 20px 15px;
}
.content-padding2 {
  padding: 20px 4px;
}
.section-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-title  {
  font-size: 20px;
  text-align: left;
}
.content-sub-title1 {
  font-size: 10px;
  margin: 0 auto;
  text-align: left;
}
.start-section img {
  width: 100%;
}
.content-sub-title2 {
  font-size: 10px;
}

.section-row1 {
  display: flex !important;
  width: 100%;
  margin: 0 auto;
}
.section-row3 {
  flex-direction: column-reverse !important;
}
.section-row4 {
  flex-direction: column !important;
}
.section-row2 {
  display: flex !important;
}
.section-row5 {

}
#slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  right: 25%;
}
#slideshow img {
  position: absolute;
  top: 100px;
  opacity: 0;
  transition: opacity 1s;
  margin: 0 auto;
}
#slideshow img:first-child {
  opacity: 1;
}
.section-sur-title2 {
  font-size: 20px;
  font-weight: bold;
  color: #3e2026;
  margin-bottom: 30px;
}
.section-title {
  font-size: 15px;
  font-weight: bold;
  color: #3e2026;
}
.wow1 {
  width: 60%;
}
.linebtn {
  margin-left: 80%;
  width: 50%;
  max-width: 100%;
  margin-left: 0;
}
.linebtn {
  margin-bottom: 30px;
}
.separate-image {
  margin-top: -2px;
  margin-bottom: 50px;
}
.section-sub-title1 {
  font-size: 20px;
  font-weight: bold;
  color: #3e2026;
}
.school-content .pwardbytv-image {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
.school-content {
  background-color: #eed900;
  padding-bottom: 50px;
}
.instructors-content {
  background-color: #eed900;
  border-radius: 100px;
  padding: 10px;
}
.link-button {
  background-color: #23ab01;
  box-shadow: 5px 7px 2px #3e2026;
  width: 300px;
  border-radius: 3px;
  font-size: 18px;
  font-family: "SourceHanSansJP", sans-serif;
  color: white;
  padding: 10px 0px;
}
.section-sub-title2 {
  font-size: 16px;
  font-weight: bold;
  color: #3e2026;
}
.privacy-policy {
  margin-top: 50px;
  padding: 20px;
  width: 80%;
}
.section-row8 {
  display: flex !important;
  width: 100%;
  margin: 0 auto;
}
.section-row9 img {
  width: 40%;
  
}
.section-row8 img {
  width: 80%;
}
s-section .section-row-text {
  background-color: white;
  border-radius: 12px;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}
.instructors-section .section-row-text {
  background-color: white;
  border-radius: 15px;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.section-row-container-left-arrow::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 95%;
  margin-top: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}
.section-row-container-right-arrow::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 95%;
  margin-top: -20px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}
#slideshow {
  position: relative;
  overflow: hidden;
  right: 25%;
  height: 300px;
  top: 10%;
  bottom: 50%;
}

}
@media screen and (min-width:769px) and (max-width:960px) {
	.hidden-tab {
		display: none;
	}
	.hidden-pc_d_tab {
		display: block;
	}
	.banner-img  {
		z-index: 99999;
		bottom: 50px;
		left: 25%;
		width: 50%;
		height: auto;
		text-align: center;
		position: fixed;
	}
}
@media screen and (max-width:1279px) {
  .linebtn {
    width: 40%;
    max-width: 100%;
    margin-left: 60%;
  }

}


@media screen and (min-width:1280px) {
	.hidden-wide {
		display: none;
	}
	.banner-img  {
		z-index: 99999;
		bottom: 50px;
		left: 25%;
		width: 50%;
		height: auto;
		text-align: center;
		position: fixed;
	}
  #slideshow {
    position: relative;
    overflow: hidden;
    right: 25%;
    height: 800px;
  }
  #slideshow img {
    position: absolute;
    top: 50px;
    opacity: 0;
    transition: opacity 1s;
    margin: 0 auto;
    width: 50%;
    max-width: 100%;
  }
  #slideshow img:first-child {
    opacity: 1;
  }
}