@charset "utf-8";
.directors {
  margin-left: -25px !important;
}
.directors .box {
  display: flex !important;
  flex-direction: row-reverse !important;
  width: 47.5%;
  justify-content: space-between;
  margin-left: 25px;
  margin-bottom: 30px;
}
.directors .box img {
  width: 150px !important;
  height: 150px !important;
}
.directors .box div {
  padding: 20px 0 0 10px !important;
}
.directors .box div a {
  color: #333 !important;
  text-align: justify;
  text-decoration: underline;
}
.news_01 .blog_list:before,
.news_01 .blog_list:after {
  content: "";
  width: 23%;
  display: block;
  order: 1;
}
.home_02 .right .twitter {
  width: 100%;
  height: 415px;
  overflow-y: scroll;
}
.awords01 .awards_left {
  width:30%;
}
.h1_txt02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-right: 20px;
  padding-left: 20px;
  background-size: cover;
  /*height: 400px;*/
  line-height: 120px;
  padding: 0 20px;
}
.h1_txt03 h1 {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 2.14286rem;
    font-weight: bold;
    color: #333;
}
.h2_btn article a:before {
  display: none;
}
.pictures_flex .box div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.pictures_flex .box div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.accBtn{
  background: #3199b2;
  color: #fff;
  display: inline-block;
  padding: 0.1em 1.5em;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  transition: .5s;
}
.accBtn:hover{
  opacity: 0.7;
}
.accBtn::after{
  content: "\f107";
  font-family: "font awesome 5 pro";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
}
.accOpen{
  margin-top: 10px;
}

.h_logo img {
  width:300px;
}

@media screen and (max-width: 1440px) {
  #contents_wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1300px) {
    .header_container .col_03 li {
        margin-left: 1vw;
        cursor: pointer;
    }
}

@media screen and (max-width: 1200px) {
    .header_container .col_01 {
        text-align: left;
        margin-right: 1%;
    }
    nav#nav_global > ul > li > a:after {
        content: "\f078";
        font-family: "font awesome 5 pro";
        font-weight: bold;
        display: inline-block;
        margin-left: 0.1em;
    }
    nav#nav_global > ul > li {
        padding: 0 0.5vw;
        position: relative;
    }
}

@media screen and (max-width: 1000px) {
  .directors .box {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .directors .box {
    width: 80%;
  }
}

@media screen and (max-width: 680px) {
  .directors .box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .home_02 .right .twitter {
    width: 100%;
    margin-bottom: 30px;
  }
  .awords01 .awards_left {
  width:30%;
  }
}

@media screen and (max-width: 468px) {
  .directors .box {
    width: 100%;
  }
  .h_logo img {
    width:250px;
  }
  .header_container .col_01 {
    margin-right: auto!important;
  }
}