@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section02 {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 10;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section02 {
    padding: 50px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section02 .section__in {
    width: 84%;
    margin: 0 auto;
  }
}
#section02 h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #50321E;
}
@media screen and (max-width:768px) {
  #section02 h2 {
    font-size: 3.7vw;
    margin-bottom: 30px;
  }
}
#section02 h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section02 .phototextbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 75px;
}
@media screen and (max-width:768px) {
  #section02 .phototextbox {
    width: 85%;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width:768px) {
  #section02 .phototextbox.right {
    width: 85%;
    margin-left: auto;
  }
}
#section02 .phototextbox .photo {
  width: 52.8%;
  overflow: hidden;
  border: 1px solid #50321E;
  border-radius: 30px;
  background-color: #EDEAE8;
}
@media screen and (max-width:768px) {
  #section02 .phototextbox .photo {
    width: 100%;
    margin-bottom: 2.5vw;
    order: 1;
  }
}
#section02 .phototextbox .text {
  width: 41.57%;
}
@media screen and (max-width:768px) {
  #section02 .phototextbox .text {
    width: 100%;
    order: 2;
  }
}
#section02 .phototextbox .text .subs {
  font-weight: 700;
  color: #E95504;
  margin-bottom: 1.25em;
}
#section02 .phototextbox .text .subs span {
  display: inline-block;
  line-height: 100%;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
#section02 .phototextbox .text .subs span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E95504;
  bottom: 0;
  left: 0;
}
#section02 .phototextbox .text .subs span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E95504;
  top: 0;
  right: 0;
}
#section02 .phototextbox h3 {
  font-weight: 700;
  color: #E95504;
  margin-bottom: 1em;
}
#section02 .phototextbox p.text01 {
  line-height: 180%;
}
#section02 .contenabox {
  width: 100%;
  max-width: 890px;
  padding: 100px;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #50321E;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section02 .contenabox {
    background-size: 775px 531px;
    border-radius: 15px;
    letter-spacing: 0.05em;
    padding: 12.5vw 5vw;
  }
}
#section02 .contenabox .base_text {
  width: 100%;
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .base_text {
    margin-bottom: 10vw;
  }
}
#section02 .contenabox .textbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#section02 .contenabox .textbox .photo {
  width: 26.9%;
  position: relative;
  z-index: 10;
  padding-top: 1em;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox .photo {
    width: 37.5%;
    margin: 2vw auto 12vw auto;
  }
}
#section02 .contenabox .textbox .text {
  width: 57%;
  line-height: 180%;
  font-weight: 500;
  position: relative;
  z-index: 15;
  color: #50321E;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox .text {
    width: 100%;
  }
}
#section02 .contenabox .textbox .text h3 {
  font-weight: 700;
  color: #E95504;
  margin-bottom: 1.25em;
}
#section02 .contenabox .textbox .text h3 span {
  display: inline-block;
  line-height: 100%;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
#section02 .contenabox .textbox .text h3 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E95504;
  bottom: 0;
  left: 0;
}
#section02 .contenabox .textbox .text h3 span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E95504;
  top: 0;
  right: 0;
}
#section02 .contenabox .textbox .text p.first {
  margin-bottom: 1.5em;
}

#section03_back {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#section03 {
  width: 100%;
  background: linear-gradient(16deg, rgba(248, 230, 169, 0.3) 0%, rgba(232, 171, 138, 0.3) 100%);
  padding: 150px 0;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section03 {
    padding: 75px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width:1300px) {
  #section03 .section__in {
    margin: 0 auto 0px 120px;
  }
}
@media screen and (max-width:768px) {
  #section03 .section__in {
    width: 100%;
    margin: 0 auto;
  }
}
#section03 h2 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 890px;
  margin: 0 auto 60px auto;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #50321E;
}
@media screen and (max-width:768px) {
  #section03 h2 {
    font-size: 3.7vw;
    margin-bottom: 30px;
  }
}
#section03 h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section03 ul.contents_list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  #section03 ul.contents_list {
    margin-top: 30px;
  }
}
#section03 ul.contents_list li.slidin {
  width: 31.45%;
  border: 1px solid #50321E;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 30px;
  padding: 30px 30px 45px 30px;
}
@media screen and (max-width:768px) {
  #section03 ul.contents_list li.slidin {
    width: 80vw;
    border-radius: 20px;
    padding: 5vw 5vw 7.5vw 5vw;
  }
}
#section03 ul.contents_list li.slidin .icon {
  width: 100%;
  margin-bottom: 25px;
}
#section03 ul.contents_list li.slidin .icon figure {
  margin: 0 auto;
}
#section03 ul.contents_list li.slidin .name {
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}
#section03 ul.contents_list li.slidin .name span.minis {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#section03 ul.contents_list li.slidin .name span.simei {
  width: 100%;
  text-align: center;
}
#section03 ul.contents_list li.slidin .textnoml {
  width: 100%;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section03 ul.contents_list li.slidin .textnoml {
    font-size: 3.2vw;
  }
}
#section03 ul.contents_list li.slidin .textnoml span.mids {
  position: relative;
  padding-bottom: 0em;
  padding-top: 0.5em;
  display: inline-block;
}
#section03 ul.contents_list li.slidin .textnoml span.mids::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #50321E;
}
#section03 ul.contents_list li.slidin .botancenter {
  text-align: center;
}

#section04 {
  width: 100%;
  padding: 150px 0;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section04 {
    padding: 75px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #section04 .section__in {
    width: 84%;
    margin: 0 auto;
  }
}
#section04 h2 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 890px;
  margin: 0 auto 60px auto;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #50321E;
}
@media screen and (max-width:768px) {
  #section04 h2 {
    font-size: 3.7vw;
    margin-bottom: 30px;
  }
}
#section04 h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section04 .soudanbox {
  width: 100%;
  max-width: 812px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  #section04 .soudanbox {
    width: 94%;
    margin: 0 auto;
  }
}
#section04 .contenabox {
  width: 48%;
  padding: 0px;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border: 1px solid #50321E;
  border-radius: 25px;
  color: #50321E;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  #section04 .contenabox {
    width: 100%;
    margin-bottom: 5vw;
    background-size: 775px 531px;
    letter-spacing: 0.05em;
    padding: 0;
  }
}
#section04 .contenabox h3 {
  font-weight: 500;
  padding: 0.8em 0.8em 0.9em 0.8em;
  width: 100%;
  color: #fff;
  background-color: rgba(137, 82, 40, 0.9);
  letter-spacing: 0.2em;
  min-height: 75px;
  display: flex;
  align-items: center;
  text-align: center;
  /*
  display: flex;
  justify-content: space-between;
  */
  /*
  .iconno{
  	width: 3em;
  	margin-right: 0.5em;
  }
  .text{
  	width: calc(100% - 3.5em);
  }
  */
}
#section04 .contenabox h3 div {
  width: 100%;
  text-align: center;
}
@media screen and (max-width:768px) {
  #section04 .contenabox h3 {
    font-size: 3vw;
    min-height: 0px;
  }
}
#section04 .contenabox .pdfcions {
  text-align: center;
}
#section05_back {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#section05 {
  width: 100%;
  background: linear-gradient(90deg, rgba(248, 230, 169, 0.3) 0%, rgba(232, 171, 138, 0.3) 100%);
  padding: 150px 0;
  color: #50321E;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section05 {
    padding: 75px 0;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width:1300px) {
  #section05 .section__in {
    margin: 0 auto 0px 120px;
  }
}
@media screen and (max-width:768px) {
  #section05 .section__in {
    width: 100%;
    margin: 0 auto;
  }
}
#section05 h2 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 890px;
  margin: 0 auto 60px auto;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #50321E;
}
@media screen and (max-width:768px) {
  #section05 h2 {
    font-size: 3.7vw;
    margin-bottom: 30px;
  }
}
#section05 h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section05 .base_text {
  width: 80%;
  max-width: 650px;
  line-height: 180%;
  font-weight: 500;
  margin: 0 auto 45px auto;
}
@media screen and (max-width:768px) {
  #section05 .base_text {
    margin-bottom: 10vw;
  }
}
#section05 ul.movie_list {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  #section05 ul.movie_list {
    width: 90%;
  }
}
#section05 ul.movie_list li {
  width: 47%;
  background-color: #fff;
  border: 1px solid #50321E;
  margin-bottom: 35px;
}
@media screen and (max-width:768px) {
  #section05 ul.movie_list li {
    width: 47.5%;
    margin-bottom: 5vw;
  }
}
#section05 ul.movie_list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #E95504;
}
#section05 ul.movie_list li a p {
  padding: 0.5em;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (max-width:768px) {
  #section05 ul.movie_list li a p {
    font-size: 2.6vw;
  }
}

/************************/
#movie_outer {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#movie {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 40%;
  z-index: 11;
}
@media screen and (max-width:768px) {
  #movie {
    width: 94%;
    padding-bottom: 53%;
  }
}

#movie iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#close_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
}

#close_btn span::before,
#close_btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80%;
  height: 4%;
  margin: -8% 0 0 -42%;
  background: #fff;
}

#close_btn span::before {
  transform: rotate(-45deg);
}

#close_btn span::after {
  transform: rotate(45deg);
}

#movie_modal {
  display: none;
  z-index: 50000;
  position: relative;
}

@media screen and (max-width:768px) {
  #close_btn {
    top: 3%;
    right: 3%;
  }
  #cmovie {
    width: 91%;
    padding-bottom: 50%;
  }
}/*# sourceMappingURL=seminar.css.map */