@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  max-width: 100%;
}

span,
p,
a,
li,
h1,
h2,
h3,
h4,
h5 {
  font-family: Helvetica, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.italic-text {
    font-style:italic;
}

.bold-text{
    font-weight:bold;
}

@media screen and (min-width: 1280px) {
  span,
  p,
  a,
  li,
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: Helvetica, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

.top-wrapper h1 {
  font-size: 30px;
}

.top-wrapper h2 {
  font-size: 18px;
}

.top-wrapper .news-title-text h2,
.top-wrapper .arichive-title-text h2 {
  font-size: 30px;
}

.top-wrapper .news-title-text h3,
.top-wrapper .arichive-title-text h3 {
  font-size: 18px;
}

.top-wrapper a,
.top-wrapper p,
.top-wrapper li,
.top-wrapper span {
  font-size: 11px;
}


.top-wrapper p.font-size-22{
    font-size:22px;
}

@media screen and (min-width: 768px) {
  .top-wrapper h1 {
    font-size: 50px;
  }
  .top-wrapper h2 {
    font-size: 30px;
  }
  .top-wrapper .news-title-text h2,
  .top-wrapper .arichive-title-text h2 {
    font-size: 50px;
  }
  .top-wrapper .news-title-text h3,
  .top-wrapper .arichive-title-text h3 {
    font-size: 30px;
  }
  .top-wrapper a,
  .top-wrapper p,
  .top-wrapper li,
  .top-wrapper span {
    font-size: 20px;
  }
}

.top-wrapper .top-image {
  position: relative;
  width: 100%;
  font-size: 0;
  height: 100vh;
  background-color: #36424f;
}

.top-wrapper .top-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: visible;
}

.top-wrapper .top-image-content {
  padding: 0 10px;
  width: 100vw;
  position: absolute;
  top: calc((100vh - 226px) / 2);
  color: white;
  text-align: center;
}

.top-wrapper .top-image-title {
  visibility: visible;
}

.top-wrapper .top-image-title img {
  width: 292px;
  height: 120px;
}

.top-wrapper .top-image-subtitle {
  font-size: 12px;
  visibility: visible;
}

.top-wrapper .top-image-text {
  margin-top: 90px;
  font-size: 10px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.02em;
  visibility: visible;
}

.top-wrapper .top-link-btn a {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding: 5px 30px;
  color: #fff;
  background: #808000;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.02em;
  visibility: visible;
  text-align: center;
}
.top-wrapper .top-link-btn a::after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (orientation: landscape) and (max-width: 1280px) {
  .top-wrapper .top-image-text {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (min-height: 400px) {
  .top-wrapper .top-image-content {
    top: calc((100vh - 376px) / 2);
  }
  .top-wrapper .top-image-title img {
    width: 600px;
    height: 247px;
  }
  .top-wrapper .top-image-subtitle {
    font-size: 30px;
  }
  .top-wrapper .top-image-text {
    font-size: 20px;
  }
  .top-wrapper .top-link-btn a {
    margin-top: 40px;
    padding: 5px 60px;
    font-size: 20px;
  }
  .top-wrapper .top-link-btn a:hover {
    opacity: .8;
  }
}

@media screen and (min-width: 1280px) and (min-height: 400px) {
  .top-wrapper .top-image {
    min-height: 1000px;
  }
  .top-wrapper .top-image-content {
    top: calc((100vh - 650px) / 2);
  }
  .top-wrapper .top-image-title img {
    width: 1146px;
    height: 470px;
  }
}

.top-wrapper .header-menu {
  padding: 10px 20px;
  width: 100%;
  height: 50px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.top-wrapper .header-menu .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.top-wrapper .header-menu .logo-wrapper .tmg-logo,
.top-wrapper .header-menu .logo-wrapper .project-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-right: 15px;
}

.top-wrapper .header-menu .logo-wrapper .tmg-logo img,
.top-wrapper .header-menu .logo-wrapper .project-logo img {
  width: 80px;
  vertical-align: middle;
}

.top-wrapper .header-menu a {
  color: #fff;
}

.top-wrapper .header-menu-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
}

.top-wrapper .header-menu-nav .header-list {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  min-height: 100vh;
  text-align: center;
  padding: 30px;
}

.top-wrapper .header-menu-nav .header-list-item {
  list-style: none;
  margin-top: 10px;
}

.top-wrapper .header-menu-nav .header-list-item a {
  font-size: 18px;
}

.top-wrapper .header-menu-nav .header-list-item a:hover {
  color: #cfc84a;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.top-wrapper .header-menu-nav .header-list-item:first-child {
  margin-top: 0;
}

.top-wrapper .header-menu-nav .header-list-item:first-child a {
  font-weight: bold;
  font-size: 14px;
}

.top-wrapper .header-menu-nav .header-list-item:nth-child(3) {
  margin-top: 110px;
}

.top-wrapper .header-menu-nav .header-list-item:last-child {
  margin-top: 50px;
}

.top-wrapper .header-menu-nav .header-list-item.project-logo img {
  width: 30%;
}

.top-wrapper .header-menu-nav .header-list .close-icon {
  position: absolute;
  top: 34px;
  right: 20px;
  width: 36px;
  height: 13px;
}

.top-wrapper .header-menu-nav .header-list .tmg-logo img {
  width: 76px;
}

@media screen and (min-width: 768px) {
  .top-wrapper .header-menu {
    height: 100px;
    padding: 0 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-wrapper .header-menu .logo-wrapper .tmg-logo img {
    width: 130px;
  }
  .top-wrapper .header-menu .logo-wrapper .project-logo img {
    width: 130px;
  }
  .top-wrapper .header-menu-nav .header-list-item a {
    font-size: 30px;
  }
  .top-wrapper .header-menu-nav .header-list-item:first-child a {
    font-size: 30px;
  }
  .top-wrapper .header-menu-nav .header-list-item:last-child {
    margin-top: 100px;
  }
  .top-wrapper .header-menu-nav .header-list-item .close-icon {
    width: 74px;
    height: 30px;
  }
  .top-wrapper .header-menu-nav .header-list-item .tmg-logo img {
    width: 200px;
  }
}

@media screen and (min-width: 1280px) {
  .top-wrapper .header-menu {
    height: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-wrapper .header-menu .logo-wrapper .tmg-logo img {
    width: 130px;
  }
  .top-wrapper .header-menu .logo-wrapper .project-logo img {
    width: 130px;
  }
  .top-wrapper .header-menu .menu-logo {
    display: none;
  }
  .top-wrapper .header-menu-nav {
    height: 100px;
    display: block;
    position: relative;
    top: 0;
    overflow-y: hidden;
  }
  .top-wrapper .header-menu-nav .header-list {
    position: static;
    height: 100px;
    width: auto;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: #000;
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-wrapper .header-menu-nav .header-list-item {
    list-style: none;
    margin-top: 0;
    font-size: unset;
  }
  .top-wrapper .header-menu-nav .header-list-item:first-child {
    display: none;
  }
  .top-wrapper .header-menu-nav .header-list-item:nth-child(3) {
    margin-top: 0;
  }
  .top-wrapper .header-menu-nav .header-list-item:not(:first-child) {
    margin-left: 20px;
  }
  .top-wrapper .header-menu-nav .header-list-item a {
    font-size: 14px;
  }
  .top-wrapper .header-menu-nav .header-list-item a:hover {
    color: yellow;
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  .top-wrapper .header-menu-nav .header-list .close-icon {
    display: none;
  }
  .top-wrapper .header-menu-nav .header-list .tmg-logo {
    display: none;
  }
}

.top-wrapper .about {
  background-image: url(../img/about.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 37px 63px 30px 0;
}

.top-wrapper .about-image-wrapper {
  display: none;
}

.top-wrapper .about-title {
  margin: 0 0 20px 20px;
}

.top-wrapper .about-title h2 {
  font-size: 30px;
}

.top-wrapper .about-title h3 {
  font-size: 18px;
}

.top-wrapper .about-content {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
}

.top-wrapper .about-content-title {
  display: none;
  margin-bottom: 50px;
}

.top-wrapper .about-content-text h4 {
  font-size: 18px;
}

.top-wrapper .about-content-text p {
  font-weight: bold;
}

.top-wrapper .about-content-text p:not(:first-child) {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .top-wrapper .about {
    margin: 0 0 158px 30vw;
    padding: 77px 0;
  }
  .top-wrapper .about-title {
    margin: 0 0 20px 20px;
    display: none;
  }
  .top-wrapper .about-content {
    margin-left: -20vw;
    width: 600px;
  }
  .top-wrapper .about-content-title {
    display: block;
  }
  .top-wrapper .about-content-title h2 {
    font-size: 50px;
  }
  .top-wrapper .about-content-title h3 {
    font-size: 30px;
  }
  .top-wrapper .about-content-text h4 {
    font-size: 30px;
  }
  .top-wrapper .about-content-text p {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.top-wrapper .program .background-image {
  background-image: url(../img/program.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 42px 11px 30px;
}

.top-wrapper .program .background-image.item2 {
  padding: 0 11px 30px;
  background-image: url(../img/program-left.png);
}

.top-wrapper .program-title {
  margin: 0 0 20px 10px;
}

.top-wrapper .program-title h2 {
  font-size: 30px;
}

.top-wrapper .program-title h3 {
  font-size: 18px;
}

.top-wrapper .program-content {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.85);
}

.top-wrapper .program-content-title {
  display: none;
}

.top-wrapper .program-content-text p:not(:first-child) {
  margin-top: 12px;
}

.top-wrapper .program-content-text p:not(:first-child).note {
  margin: 30px 0 15px;
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.top-wrapper .program-content-text ul {
  margin-left: 1.5em;
}

.top-wrapper .program-content-img {
  margin-top: 12px;
}

.top-wrapper .program-content-img img {
  height: auto;
}

.top-wrapper .program-content-date {
  display: inline-block;
  color: #fff;
  background-color: #000;
  margin: 0 0 5px;
  padding: 4px 10px;
}

.top-wrapper .program-content-info-pdf {

  margin-bottom: 10px;

}

.top-wrapper .program-content-info-pdf a {
  color: #958c00;
  font-weight: bold;
}

.top-wrapper .program-content.item2 {
  position: relative;
  padding: 10px;
}

.top-wrapper .program-content.item3 {
  margin-top: 10px;
  position: relative;
}

.top-wrapper .program-content-subtitle {
  text-align: center;
  margin: 10px auto 0 auto;
  height: 65px;
  width: 300px;
}

.top-wrapper .program-content-subtitle .subtitle-text {
  padding-top: 6px;
}

.top-wrapper .program-content-subtitle .subtitle-text p {
  font-weight: bold;
}

.top-wrapper .program-content-subtitle.item1 {
  background-image: url(../img/program-platform-back1.png);
}

.top-wrapper .program-content-subtitle.item1 p {
  margin-top: -8px;
}


.top-wrapper .program-content-subtitle.item2-2 {
  background-image: url(../img/program-platform-back2-2-g.png);
  margin-top: 0;
}

.top-wrapper .program-content-subtitle.item2-2 img {
  margin-top: -8px;
}

.top-wrapper .program-content-subtitle.item2-2 p {
  margin-top: -10px;
}


.top-wrapper .program-content-subtitle.item2 {
  background-image: url(../img/program-platform-back2.png);
  margin-top: 0;
}

.top-wrapper .program-content-subtitle.item2 img {
  margin-top: 8px;
}

.top-wrapper .program-content-subtitle.item2 p {
  margin-top: -10px;
}

.top-wrapper .program-content-subtitle.item3 {
  background-image: url(../img/program-platform-back3.png);
}

.top-wrapper .program-content-image {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.top-wrapper .program-content-image .image-box {
  text-align: center;
  width: 30%;
}

.top-wrapper .program-content-image .image-box p {
  white-space: nowrap;
  font-size: 10px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-wrapper .program-content-image .image-box img {
  height: 47px;
  width: 47px;
}

.top-wrapper .program-content-image .arrow, .top-wrapper .program-content-image .arrow2 {
  margin-bottom: 38px;
}

.top-wrapper .program-content-image .pc-only {
  display: none;
}

.top-wrapper .program-image-wrapper {
  display: none;
}

.top-wrapper .program-filler {
  position: relative;
}

.top-wrapper .program-filler:before {
  content: " ";
  position: absolute;
  top: 0;
  border-color: rgba(255, 255, 255, 0.85);
  border-style: solid;
  border-width: 40px calc(50vw - 11px) 40px calc(50vw - 11px);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.top-wrapper .program-filler .triangle {
  height: 50px;
  position: relative;
}

.top-wrapper .program-filler .triangle:before {
  content: " ";
  position: absolute;
  bottom: 0;
  border-color: rgba(255, 255, 255, 0.85);
  border-style: solid;
  border-width: 20px calc(25vw - 11px) 20px 25vw;
  border-top-color: transparent;
  border-right-color: transparent;
}

.top-wrapper .program-filler .triangle:after {
  content: " ";
  position: absolute;
  left: calc(50vw - 11px);
  bottom: 0;
  border-color: rgba(255, 255, 255, 0.85);
  border-style: solid;
  border-width: 20px 25vw 20px calc(25vw - 11px);
  border-left-color: transparent;
  border-top-color: transparent;
}

.top-wrapper .program-filler .square:before {
  content: " ";
  display: block;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.85);
}

@media screen and (min-width: 768px) {
  .top-wrapper .program {
    margin-right: 10vw;
  }
  .top-wrapper .program-title {
    display: none;
  }
  .top-wrapper .program-content {
    margin-right: 20vw;
    width: calc(600px + 20vw);
    padding: 10px calc(10vw + 10px) 10px calc(10vw + 10px);
  }
  .top-wrapper .program-content-title {
    display: block;
    margin-bottom: 40px;
    text-align: left;
  }
  .top-wrapper .program-content-title h2 {
    font-size: 50px;
  }
  .top-wrapper .program-content-title h3 {
    font-size: 30px;
  }
  .top-wrapper .program-content-info br {
    display: none;
  }
  .top-wrapper .program-content.item2 {
    padding: 10px calc(10vw + 10px) 10px calc(10vw + 10px);
  }
  .top-wrapper .program-content-date {
    margin: 0 0 24px;
  }
  .top-wrapper .program-content-image .image-box {
    margin-top: 15px;
  }
  .top-wrapper .program-content-image .image-box p {
    font-size: 16px;
    min-height: 48px;
  }
  .top-wrapper .program-content-image .arrow {
    margin-bottom: 38px;
  }
  .top-wrapper .program-content.item3 {
    margin-top: 0;
  }
  .top-wrapper .program-content-subtitle {
    text-align: center;
    margin: 50px auto 0 auto;
    height: 65px;
    width: 300px;
  }
  .top-wrapper .program-content-subtitle .subtitle-text {
    padding-top: 0;
  }
  .top-wrapper .program-content-subtitle.item1 p {
    margin-top: -8px;
  }
    
    
  .top-wrapper .program-content-subtitle.item2-2 img {
    margin-top: -8px;
  }
  .top-wrapper .program-content-subtitle.item2-2 p {
    margin-top: -10px;
  }
    
    
  .top-wrapper .program-content-subtitle.item2 img {
    margin-top: 8px;
  }
  .top-wrapper .program-content-subtitle.item2 p {
    margin-top: -10px;
  }
  .top-wrapper .program-image {
    margin: 30px 0;
  }
  .top-wrapper .program-filler {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .top-wrapper .program .background-image {
    padding: 50px 0;
  }
  .top-wrapper .program-title {
    display: none;
  }
  .top-wrapper .program-content {
    text-align: left;
    margin-right: 20vw;
    width: calc(600px + 35vw);
    padding: 10px calc(10vw + 10px) 10px calc(10vw + 10px);
  }
  .top-wrapper .program-content-title {
    display: block;
    margin-bottom: 40px;
  }
  .top-wrapper .program-content-info-pdf {

  }
  .top-wrapper .program-content-text {
    width: 640px;
  }
  .top-wrapper .program-content-text p:not(:first-child) {
    margin-top: 20px;
  }
  .top-wrapper .program-content-text p:not(:first-child).note {
    margin-top: 40px;
  }
  .top-wrapper .program-content-date {
    margin: 0px 0 14px;
  }
  .top-wrapper .program-content.item1 {
    position: relative;
    padding-bottom: 30px;
  }
  .top-wrapper .program-content.item1 .program-content-image {
    position: absolute;
    left: calc(10vw + 700px);
    top: 250px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
  }
  .top-wrapper .program-content.item1 .program-content-image .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
  .top-wrapper .program-content.item1 .program-content-image .image-box img {
    width: 69px;
    height: 69px;
  }
  .top-wrapper .program-content.item1 .program-content-image .image-box p {
    white-space: nowrap;
    font-size: 16px;
    width: 127px;
    margin-left: 10px;
  }
  .top-wrapper .program-content.item1 .program-content-image .image-box:not(:first-child) {
    margin-top: -24px;
  }
  .top-wrapper .program-content.item1 .program-content-image .arrow, .top-wrapper .program-content.item1 .program-content-image .arrow2 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .top-wrapper .program-content.item1 .program-content-image .arrow {
    margin: 3px 5px 20px 132px;
  }
  .top-wrapper .program-content.item1 .program-content-image .arrow2 {
    margin: 0 5px 36px 132px;
  }
  .top-wrapper .program-content.item1 .program-content-image .arrow2.pc-only {
    display: inline-block;
    margin-top: 30px;
  }
  .top-wrapper .program-content.item2 {
    padding: 10px calc(10vw + 10px) 0px calc(10vw + 10px);
  }
  .top-wrapper .program-content.item2 .program-content-image {
    position: absolute;
    left: calc(10vw + 700px);
    top: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
  }
  .top-wrapper .program-content.item2 .program-content-image .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
  }
  .top-wrapper .program-content.item2 .program-content-image .image-box img {
    width: 69px;
    height: 69px;
  }
  .top-wrapper .program-content.item2 .program-content-image .image-box p {
    white-space: nowrap;
    font-size: 16px;
    width: 127px;
    margin-left: 10px;
  }
  .top-wrapper .program-content.item2 .program-content-image .image-box:not(:first-child) {
    margin-top: 20px;
  }
  .top-wrapper .program-content.item3 {
    margin-top: 0;
    padding: 10px calc(10vw + 10px) 10px calc(10vw + 10px);
  }
  .top-wrapper .program-content.item3 .program-content-image {
    position: absolute;
    left: calc(10vw + 660px);
    top: 55px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
  }
  .top-wrapper .program-content.item3 .program-content-image .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .top-wrapper .program-content.item3 .program-content-image .image-box img {
    width: 69px;
    height: 69px;
  }
  .top-wrapper .program-content.item3 .program-content-image .image-box p {
    white-space: nowrap;
    line-height: 4.3125;
    font-size: 16px;
    width: calc(100% - 79px);
    margin-left: 10px;
  }
  .top-wrapper .program-content.item3 .program-content-image .image-box:not(:first-child) {
    margin-top: -30px;
  }
  .top-wrapper .program-content-subtitle {
    text-align: center;
    margin: 0 auto 10px auto;
    height: 70px;
    position: relative;
  }
  .top-wrapper .program-content-subtitle .subtitle-text {
    padding-top: 12px;
    top: 20px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-wrapper .program-content-subtitle .subtitle-text p {
    font-size: 18px;
  }
  .top-wrapper .program-content-subtitle.item1 {
    width: 500px;
    background-image: url(../img/program-back-pc1.png);
  }
  .top-wrapper .program-content-subtitle.item1 img {
    width: 148px;
    margin-right: 16px;
  }
  .top-wrapper .program-content-subtitle.item1 p {
    margin-top: -8px;
  }
    
    
  .top-wrapper .program-content-subtitle.item2-2 {
    width: 465px;
    background-image: url(../img/program-back-pc2-2-g.png);
  }
  .top-wrapper .program-content-subtitle.item2-2 img {
    width: 107px;
    margin-right: 18px;
  }
  .top-wrapper .program-content-subtitle.item2-2 p {
    margin-top: -10px;
  }
    
  .top-wrapper .program-content-subtitle.item2 {
    width: 465px;
    background-image: url(../img/program-back-pc2.png);
  }
  .top-wrapper .program-content-subtitle.item2 img {
    width: 157px;
    margin-right: 18px;
  }
  .top-wrapper .program-content-subtitle.item2 p {
    margin-top: -10px;
  }
  .top-wrapper .program-content-subtitle.item3 {
    width: 483px;
    background-image: url(../img/program-back-pc3.png);
  }
  .top-wrapper .program-content-subtitle.item3 img {
    width: 198px;
    margin-right: 37px;
  }
  .top-wrapper .program-image {
    margin: 30px 0;
  }
  .top-wrapper .program-filler {
    display: none;
  }
}

.top-wrapper .flow {
  padding: 24px 20px;
}

.top-wrapper .flow-image-wrapper .pc {
  display: none;
}

.top-wrapper .flow-info {
  font-weight: bold;
}

.top-wrapper .flow-info-title {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.top-wrapper .flow-info-text {
  margin: 6px 0 20px;
}

.top-wrapper .flow-info-text a {
  color: #958c00;
}

.top-wrapper .flow-info-text.flow-mentor br:first-child {
  display: none;
}

.entry_list{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;}
.entry_block{flex-basis:48%;display:flex;justify-content:space-around;text-align:left;margin-bottom:20px;border-top: 1px solid #ccc;padding-top: 20px;}
.entry_block div{flex-basis:68%;text-align:left;}
.entry_block div.entry_block_img{flex-basis:30%;}
.entry_block div.entry_block_img img{border:1px solid #999;height: auto;}
.entry_name{font-size:20px;}
.entry_text{font-size:16px !important; }


.challengers .entry_name{font-size:16px;line-height: 1.2;}
.challengers .com_name{font-size:12px;margin-top: 2px;display: inline-block;}

@media screen and (max-width: 768px) {
    .entry_block{flex-basis:100%;}
    .entry_block div{flex-basis:60%;}
    .entry_text{font-size:12px !important; }
}


@media screen and (min-width: 768px) {
  .top-wrapper .flow {
    padding: 50px calc(10vw + 10px);
  }
  .top-wrapper .flow-info-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .top-wrapper .flow-image-wrapper .pc {
    display: block;
  }
  .top-wrapper .flow-image-wrapper .mobile {
    display: none;
  }
  .top-wrapper .flow-info {
    font-weight: normal;
  }
  .top-wrapper .flow-info-title {
    margin-top: 30px;
  }
  .top-wrapper .flow-info-text {
    text-align: center;
    margin: 20px 0 60px;
  }
  .top-wrapper .flow-info-text a {
    color: #958c00;
  }
}

.top-wrapper .application {
  background-image: url(../img/application.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.top-wrapper .application-title {
  margin: 13px 0 20px 20px;
}

.top-wrapper .application-title h2 {
  font-size: 30px;
}

.top-wrapper .application-title h3 {
  font-size: 18px;
}

.top-wrapper .application-content {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px 15px;
}

.top-wrapper .application-content-title {
  display: none;
}

.top-wrapper .application-content-text.collaboration {
  margin-top: 28px;
}

.top-wrapper .application-content-text p {
  font-size: 10.5px;
}

.top-wrapper .application-content-text p + p {
  margin-top: 12px;
}

.top-wrapper .application-content-text ul {
  font-size: 10.5px;
  margin-bottom: 12px;
  margin-left: 1.5em;
}

.top-wrapper .application-content-text a {
  line-height: 1.2;
  display: block;
}

.top-wrapper .application-content-text .application-pdf {
  color: #958c00;
  font-weight: bold;
}

.top-wrapper .application-content-text .application-pdf span {
  border-bottom: 1px solid #958c00;
}

.top-wrapper .application-content .entry-button {
  color: #fff;
  font-weight: bold;
  background-color: #000;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6.5px 0;
  margin-top: 13px;
}

.top-wrapper .application-image-wrapper {
  display: none;
}

@media screen and (min-width: 768px) {
  .top-wrapper .application {
    margin: 0 0 0 30vw;
    padding: 77px 0;
  }
  .top-wrapper .application-title {
    display: none;
  }
  .top-wrapper .application-content {
    margin-left: -20vw;
    width: 600px;
  }
  .top-wrapper .application-content-title {
    display: block;
    margin-bottom: 40px;
  }
  .top-wrapper .application-content-title h2 {
    font-size: 50px;
  }
  .top-wrapper .application-content-title h3 {
    font-size: 30px;
  }
  .top-wrapper .application-content-text.collaboration {
    margin-top: 52px;
  }
  .top-wrapper .application-content-text p {
    font-size: 18px;
  }
  .top-wrapper .application-content-text ul {
    font-size: 18px;
  }
  .top-wrapper .application-content .entry-button {
    width: 45%;
    margin-top: 36px;
  }
  .top-wrapper .application-content .entry-button.person {
    margin-right: 8%;
  }
}

.top-wrapper .contact {
  padding: 20px;
  background-color: #eaeaea;
}

.top-wrapper .contact-title {
  margin: 24px 0 30px 0;
}

.top-wrapper .contact-title h2 {
  font-size: 30px;
}

.top-wrapper .contact-title h3 {
  font-size: 18px;
}

.top-wrapper .contact-content-email {
  margin-bottom: 20px;
}

.top-wrapper .contact-content-email h4 {
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

.top-wrapper .contact-content-email p {
  margin-bottom: 10px;
}

.top-wrapper .contact-content-email input,
.top-wrapper .contact-content-email textarea {
  display: inline-block;
  border: none;
  resize: none;
  padding: 2.5px;
}

.top-wrapper .contact-content-email .form-button {
  background-color: #000;
  color: #fff;
  height: 50px;
  width: 190px;
}

.top-wrapper .contact-content-email .form-button.form-back {
  margin: 10px 0 0 0;
  background-color: #e5e5e5;
  color: #000;
  border: 1px solid #000;
}

.top-wrapper .contact-content-email .form-privacy {
  text-align: left;
}

.top-wrapper .contact-content-email .form-privacy a,
.top-wrapper .contact-content-email .form-privacy span {
  font-size: 12px;
}

.top-wrapper .contact-content-email .wpcf7-validation-errors {
  display: none !important;
}

.top-wrapper .contact-content-email .wpcf7-form p:nth-child(6) br {
  display: none;
}

.top-wrapper .contact-content-email .wpcf7-form p:nth-child(5) {
  margin-bottom: 5px;
}

.top-wrapper .contact-content-email .wpcf7-form.sent .form-privacy {
  display: none;
}

.top-wrapper .contact-content-email .wpcf7 .ajax-loader {
  display: none !important;
}

.top-wrapper .contact-content-email .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

.top-wrapper .contact-content-email .wpcf7c-conf {
  background-color: #eaeaea;
  border: none;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .top-wrapper .contact-title h2 {
    font-size: 50px;
  }
  .top-wrapper .contact-title h3 {
    font-size: 30px;
  }
  .top-wrapper .contact-content-email .wpcf7-form p label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-wrapper .contact-content-email .wpcf7-form p label.form-email-confirm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-wrapper .contact-content-email .wpcf7-form p br {
    display: none;
  }
  .top-wrapper .contact-content-email .wpcf7-form p input,
  .top-wrapper .contact-content-email .wpcf7-form p textarea {
    width: 390px;
    height: 40px;
    font-size: 20px;
  }
  .top-wrapper .contact-content-email .wpcf7-form p input::-webkit-input-placeholder,
  .top-wrapper .contact-content-email .wpcf7-form p textarea::-webkit-input-placeholder {
    font-size: 20px;
    padding: 5px;
  }
  .top-wrapper .contact-content-email .wpcf7-form p input:-ms-input-placeholder,
  .top-wrapper .contact-content-email .wpcf7-form p textarea:-ms-input-placeholder {
    font-size: 20px;
    padding: 5px;
  }
  .top-wrapper .contact-content-email .wpcf7-form p input::-ms-input-placeholder,
  .top-wrapper .contact-content-email .wpcf7-form p textarea::-ms-input-placeholder {
    font-size: 20px;
    padding: 5px;
  }
  .top-wrapper .contact-content-email .wpcf7-form p input::placeholder,
  .top-wrapper .contact-content-email .wpcf7-form p textarea::placeholder {
    font-size: 20px;
    padding: 5px;
  }
  .top-wrapper .contact-content-email .wpcf7-form p input[type="checkbox"] {
    display: block;
  }
  .top-wrapper .contact-content-email .wpcf7-form p textarea {
    height: 190px;
    font-size: 20px;
  }
  .top-wrapper .contact-content-email .wpcf7-form p .form-button {
    font-size: 20px;
    width: 196px;
    height: 50px;
  }
  .top-wrapper .contact-content-email .wpcf7-form p .form-button.form-confirm {
    margin: 50px 0 0 210px;
  }
  .top-wrapper .contact-content-email .wpcf7-form p .form-button.form-back {
    margin: 50px 10px 0 0;
    background-color: #e5e5e5;
    color: #000;
    border: 1px solid #000;
  }
  .top-wrapper .contact-content-email .form-privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .top-wrapper .contact-content-email .form-privacy a,
  .top-wrapper .contact-content-email .form-privacy span {
    font-size: 18px;
  }
  .top-wrapper .contact-content-email .form-privacy p input {
    width: 25px;
  }
  .top-wrapper .contact-content-email .form-privacy p:first-child {
    display: none;
  }
  .top-wrapper .contact-content-email .form-privacy p .wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-wrapper .contact-content-email .form-privacy p .wpcf7-list-item input {
    margin-right: 10px;
  }
  .top-wrapper .contact-content-email .form-privacy-title {
    width: 210px;
  }
}

.top-wrapper .contact-content-phone .phone-title {
  margin-bottom: 10px;
}

.top-wrapper .contact-content-phone .phone-title h4 {
  margin-right: 15px;
  border-bottom: 2px solid #000;
}

.top-wrapper .contact-content-phone .phone-title span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.top-wrapper .contact-content-phone .phone-text {
  font-weight: bold;
}

.top-wrapper .contact-content-phone .phone-text-number {
  font-size: 12px;
}

.top-wrapper .contact-content-phone .phone-text-number a {
  color: #000;
  text-decoration: none;
}

.top-wrapper .contact-content-phone .phone-text-name {
  margin: 5px 0 16px;
  font-size: 12px;
  font-weight: bold;
}

.top-wrapper .contact-content-email .contact-text-number {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .top-wrapper .contact {
    padding: 140px calc(10vw + 10px) 140px calc(10vw + 10px);
  }
  .top-wrapper .contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-wrapper .contact-content-email {
    width: 600px;
  }
  .top-wrapper .contact-content-email h4 {
    font-size: 30px;
  }
  .top-wrapper .contact-content-phone {
    width: 600px;
  }
  .top-wrapper .contact-content-phone .phone-title {
    margin-top: 30px;
    border-bottom: 2px solid #000;
  }
  .top-wrapper .contact-content-phone .phone-title h4 {
    display: inline-block;
    font-size: 30px;
    border-bottom: none;
  }
  .top-wrapper .contact-content-phone .phone-title span {
    font-size: 18px;
    display: inline-block;
  }
  .top-wrapper .contact-content-phone .phone-text-number {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top-wrapper .contact-content-phone .phone-text-name {
    font-size: 20px;
  }
  .top-wrapper .contact-content-email .contact-text-number {
    font-size: 24px;
    font-weight: bold;
  }
}

@media screen and (min-width: 1280px) {
  .top-wrapper .contact-box {
    max-width: 1280px;
  }
  .top-wrapper .contact-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-wrapper .contact-content-email {
    max-width: 600px;
    width: calc(40vw - 40px);
  }
  .top-wrapper .contact-content-email .wpcf7-form p input,
  .top-wrapper .contact-content-email .wpcf7-form p textarea {
    width: 24vw;
    max-width: 390px;
  }
  .top-wrapper .contact-content-email .form-privacy-title {
    width: calc(16vw - 40px);
    max-width: 210px;
    padding-right: 10px;
  }
  .top-wrapper .contact-content-email .form-privacy p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .top-wrapper .contact-content-email .form-privacy p input {
    width: auto;
  }
  .top-wrapper .contact-content-phone {
    max-width: 600px;
    width: calc(40vw - 40px);
  }
  .top-wrapper .contact-content-phone .phone-title {
    margin-top: 0;
  }
}

.top-wrapper .sns {
  padding: 20px;
  background-color: #E1E0E3;
}

.top-wrapper .sns-box .sns-title {
  margin-bottom: 30px;
}

.top-wrapper .sns-box .sns-title h2 {
  font-size: 30px;
}

.top-wrapper .sns-box .sns-title h3 {
  font-size: 18px;
}

.top-wrapper .sns-box .sns-content {
  padding: 0 10px;
}

.top-wrapper .sns-box .iframe-wrapper {
  max-width: 500px;
}

.top-wrapper .sns-box iframe {
  height: 313px !important;
}

.top-wrapper .sns-box .sns-content-wrapper {
  margin-top: 12px;
  max-width: 500px;
}

.top-wrapper .sns-box .sns-content-wrapper iframe {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .top-wrapper .sns {
    padding: 140px calc(10vw + 10px) 140px calc(10vw + 10px);
  }
  .top-wrapper .sns-box .sns-title h2 {
    font-size: 50px;
  }
  .top-wrapper .sns-box .sns-title h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .top-wrapper .sns {
    padding: 140px 0;
  }
  .top-wrapper .sns-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 864px;
  }
  .top-wrapper .sns-box .sns-content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-wrapper .sns-box .sns-content .iframe-wrapper {
    width: 420px;
    height: 600px;
  }
  .top-wrapper .sns-box .sns-content .iframe-wrapper iframe {
    height: 600px !important;
  }
  .top-wrapper .sns-box .sns-content-wrapper {
    margin-top: 0;
  }
  .top-wrapper .sns-box .sns-content-wrapper iframe {
    width: 420px !important;
    height: 600px !important;
  }
}

.top-wrapper .anchor-link {
  display: block;
  margin-top: -30px;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .top-wrapper .anchor-link {
    margin-top: -80px;
    padding-top: 80px;
  }
  .top-wrapper .anchor-link.program-anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.top-wrapper footer .footer-info {
  color: #fff;
  padding: 40px 20px;
}

.top-wrapper footer .footer-info-wrapper {
  background-color: #36424f;
}

.top-wrapper footer .footer-info .company-info-logo {
  margin: 0 0 0 -10px;
  width: 162px;
}

.top-wrapper footer .footer-info .company-info-text p:first-child {
  font-weight: bold;
  font-size: 12px;
}

.top-wrapper footer .footer-info .company-info-text p:not(:first-child) {
  margin-top: 15px;
}

.top-wrapper footer .footer-info .company-info-text p a {
  color: #fff;
  text-decoration: none;
}

.top-wrapper footer .footer-info .company-info-text span {
  display: block;
}

.top-wrapper footer .footer-info .company-info-text .contact-info br {
  display: none;
}

.top-wrapper footer .footer-info .inner-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.top-wrapper footer .footer-info .inner-link-list li {
  display: inline-block;
  margin: 0 8px 3px 0;
  position: relative;
}

.top-wrapper footer .footer-info .inner-link-list li a {
  color: #fff;
  padding-left: 12px;
}

.top-wrapper footer .footer-info .inner-link-list li a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 12px;
  height: 12px;
  background: url(../img/baseline_keyboard_arrow_right_white_18dp.png) 0 0 no-repeat;
  background-size: 12px;
}

.top-wrapper footer .footer-info .social-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-wrapper footer .footer-info .social-link-list li {
  list-style: none;
}

.top-wrapper footer .footer-info .social-link-list li:not(:first-child) {
  margin-left: 10px;
}

.top-wrapper footer .footer-info .social-link-list li img {
  width: 23px;
  height: 23px;
}

@media screen and (min-width: 768px) {
  .top-wrapper footer .footer-info .company-info-text p:first-child {
    font-size: 22px;
  }
  .top-wrapper footer .footer-info .company-info-logo {
    width: 250px;
  }
  .top-wrapper footer .footer-info .inner-link-list li {
    margin: 0 14px 6px 0;
  }
  .top-wrapper footer .footer-info .inner-link-list li a {
    font-size: 18px;
  }
  .top-wrapper footer .footer-info .inner-link-list li a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -8px;
    width: 24px;
    height: 24px;
    background: url(../img/baseline_keyboard_arrow_right_white_18dp.png) 0 0 no-repeat;
    background-size: 24px;
  }
  .top-wrapper footer .footer-info .social-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-wrapper footer .footer-info .social-link-list li {
    list-style: none;
  }
  .top-wrapper footer .footer-info .social-link-list li img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .top-wrapper footer .footer-info {
    padding: 102px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-wrapper footer .footer-info .company-info-text span {
    display: inline-block;
  }
  .top-wrapper footer .footer-info .company-info-text p:first-child {
    font-size: 20px;
  }
  .top-wrapper footer .footer-info .company-info-text p:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .top-wrapper footer .footer-info .company-info-text p:nth-child(3) span {
    display: inline-block;
  }
  .top-wrapper footer .footer-info .company-info-text .contact-info br {
    display: block;
  }
  .top-wrapper footer .footer-info .inner-link {
    display: flex;
    align-items: flex-start;
  }
  .top-wrapper footer .footer-info .inner-link-list {
    display: block;
  }
  .top-wrapper footer .footer-info .inner-link-list li {
    display: block;
  }
  .top-wrapper footer .footer-info .inner-link-list li a {
    display: block;
    transition: opacity .3s;
  }
  .top-wrapper footer .footer-info .inner-link-list li a:before {
    display: none;
  }
  .top-wrapper footer .footer-info .inner-link-list li a:hover {
    opacity: .8;
  }
  .top-wrapper footer .footer-info .social-link-list {
    flex-direction: column;
  }
  .top-wrapper footer .footer-info .social-link-list li:not(:first-child) {
    margin-left: 0;
  }
}

.top-wrapper footer .footer-copyright {
  font-size: 0.3em;
  padding: 5px;
  color: #fff;
  text-align: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.top-wrapper footer .footer-copyright-wrapper {
  background-color: #000;
}

.top-wrapper footer .footer-copyright-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-wrapper footer .footer-copyright img {
  width: 100px;
}

.top-wrapper footer .footer-copyright span {
  display: none;
}

.top-wrapper footer .footer-copyright p {
  font-size: 8px;
}

@media screen and (min-width: 768px) {
  .top-wrapper footer .footer-copyright span,
  .top-wrapper footer .footer-copyright p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .top-wrapper footer .footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 80px;
  }
  .top-wrapper footer .footer-copyright span {
    display: inline-block;
  }
  .top-wrapper footer .footer-copyright a {
    font-size: inherit;
  }
  .top-wrapper footer .footer-copyright img {
    margin-left: 20px;
    width: 150px;
  }
}

.sitemap {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  overflow: hidden;
}

.sitemap-wrapper {
  padding: 15px 0;
  background-image: url(../img/top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sitemap-list {
  margin: 30px 0;
  list-style: none;
}

.sitemap-list-item {
  margin-top: 20px;
  position: relative;
}

.sitemap-list-item a {
  color: #000;
  display: inline-block;
  width: 140px;
  padding: 3px 0;
  text-align: center;
  border: 1px solid #000;
}

.sitemap-list-item .home-child {
  position: absolute;
  top: -10px;
  margin-left: 142px;
}

.sitemap-list-item .home-child li {
  list-style: none;
  margin-top: 10px;
  position: relative;
}

.sitemap-list-item .home-child li:before {
  border-left: 1px solid #000;
  content: "";
  position: absolute;
  top: -1.8em;
  left: 20px;
  height: 2.9em;
}

.sitemap-list-item .home-child li a {
  margin-left: 50px;
  border: none;
  position: relative;
  text-align: left;
  width: auto;
}

.sitemap-list-item .home-child li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -30px;
  background: #000;
  height: 1px;
  width: 25px;
}

.sitemap-list-item .home-child li:first-child a:before {
  left: -52px;
  width: 48px;
}

.sitemap-list-item .home-child li:first-child:before {
  height: 0;
}

.sitemap-list-item .others {
  padding: 130px 0 0 28px;
  margin-left: 70px;
}

.sitemap-list-item .others li {
  list-style: none;
  position: relative;
}

.sitemap-list-item .others li:not(:first-child) {
  margin-top: 10px;
}

.sitemap-list-item .others li a {
  position: relative;
}

.sitemap-list-item .others li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -30px;
  border-top: 1px solid #000;
  height: 1px;
  width: 25px;
}

.sitemap-list-item .others li:last-child:before {
  border-left: 1px solid #000;
  content: "";
  position: absolute;
  top: -368px;
  left: -30px;
  height: 382px;
}

@media screen and (min-width: 768px) {
  .sitemap {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 0 10px 10vw;
    overflow: hidden;
    margin-right: 30vw;
  }
  .sitemap-wrapper {
    padding: 15px 0;
    background-image: url(../img/top.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sitemap-list {
    margin: 30px 0;
    list-style: none;
  }
  .sitemap-list-item {
    margin-top: 20px;
    position: relative;
  }
  .sitemap-list-item a {
    color: #000;
    display: inline-block;
    width: 240px;
    padding: 3px 0;
    text-align: center;
    border: 2px solid #000;
  }
  .sitemap-list-item .home-child {
    position: absolute;
    top: -5px;
    margin-left: 242px;
  }
  .sitemap-list-item .home-child li {
    list-style: none;
    margin-top: 10px;
    position: relative;
  }
  .sitemap-list-item .home-child li:before {
    border-left: 2px solid #000;
    content: "";
    position: absolute;
    top: -1.4em;
    left: 20px;
    height: 2.3em;
  }
  .sitemap-list-item .home-child li a {
    margin-left: 50px;
    border: none;
    position: relative;
    text-align: left;
    width: auto;
    padding-left: 5px;
  }
  .sitemap-list-item .home-child li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: -30px;
    background: #000;
    height: 2px;
    width: 25px;
  }
  .sitemap-list-item .home-child li:first-child a:before {
    left: -52px;
    width: 48px;
  }
  .sitemap-list-item .home-child li:first-child:before {
    height: 0;
  }
  .sitemap-list-item .others {
    padding: 230px 0 0 28px;
    margin-left: 125px;
  }
  .sitemap-list-item .others li {
    list-style: none;
    position: relative;
  }
  .sitemap-list-item .others li:not(:first-child) {
    margin-top: 10px;
  }
  .sitemap-list-item .others li a {
    position: relative;
  }
  .sitemap-list-item .others li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: -30px;
    border-top: 2px solid #000;
    height: 1px;
    width: 25px;
  }
  .sitemap-list-item .others li:last-child:before {
    border-left: 2px solid #000;
    content: "";
    position: absolute;
    top: -573px;
    left: -30px;
    height: 589px;
  }
}

@media screen and (min-width: 1280px) {
  .sitemap-list-item a {
    padding: 2.5px 0;
  }
}

.privacy {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  overflow: hidden;
}

.privacy-wrapper {
  padding: 15px 0;
  background-image: url(../img/top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.privacy section {
  margin-top: 20px;
}

.privacy section h2 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.privacy section ol {
  margin: 10px 0 10px 15px;
}

.privacy section .other-info {
  margin-left: auto;
  text-align: right;
}

.privacy-purpose ol ul li {
  list-style: none;
}

.privacy-contact li {
  list-style: none;
}

.privacy-contact li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.privacy-contact li div span {
  display: inline-block;
  min-width: 50px;
}

.privacy .created-date {
  text-align: right;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .privacy {
    padding: 20px 20px 20px 10vw;
    margin-right: 20vw;
  }
  .privacy section ol {
    margin: 10px 0 10px 25px;
  }
  .privacy-contact li {
    list-style: none;
  }
  .privacy-contact li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .privacy-contact li div span {
    display: inline-block;
    min-width: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .privacy {
    padding: 20px 146px 20px 10vw;
  }
  .privacy section {
    margin-top: 106px;
  }
}

.entry-person {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  overflow: hidden;
}

.entry-person-wrapper {
  padding: 15px 0;
  background-image: url(../img/top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.entry-person .required {
  color: red;
}

.entry-person .privacy-info, .entry-person .date-info, .entry-person .recording-disclaimer, .entry-person .application-requirement {
  padding: 8px 10px;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.entry-person .privacy-info p, .entry-person .date-info p, .entry-person .recording-disclaimer p, .entry-person .application-requirement p {
  font-size: 10px;
}

.entry-person .form-title {
  margin-top: 24px;
  border-bottom: 2px solid #000;
}

.entry-person .form-text {
  margin-top: 16px;
  line-height: 1.7;
}

.entry-person .form-heading {
  display: inline-block;
  margin: 18px 0 2px 0;
  font-size: 12px;
  font-weight: bold;
}

.entry-person .br-reset br {
  display: none;
}

.entry-person .age-wrapper .age-title {
  width: 40px;
  display: inline-block;
}

.entry-person .age-wrapper .age-group {
  display: inline-block;
  width: 100%;
}

.entry-person .age-wrapper .age-group .wpcf7-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 18px 0 0;
}

.entry-person .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.entry-person .wpcf7-list-item input {
  margin-right: 4px;
}

.entry-person .data-source-list .wpcf7-list-item, .entry-person .date-list .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 0 0 0;
}

.entry-person .data-source-list .wpcf7-list-item input, .entry-person .date-list .wpcf7-list-item input {
  margin-right: 4px;
}

.entry-person .application-requirement {
  margin-top: 30px;
}

.entry-person input {
  font-size: 10px;
  border: none;
  height: 20px;
  padding-left: 4px;
}

.entry-person input[type="text"], .entry-person input[type="tel"], .entry-person input[type="email"] {
  width: 100%;
}

.entry-person input[type="checkbox"]:focus {
  outline: none;
}

.entry-person .form-button {
  padding: 0;
  width: 100%;
  color: #fff;
  background-color: #000;
  height: 30px;
  margin-top: 34px;
}

.entry-person .form-button.form-back {
  margin: 0;
  background-color: #e5e5e5;
  color: #000;
  border: 1px solid #000;
}

.entry-person .email-confirm {
  margin-top: 5px;
}

.entry-person textarea {
  border: none;
  font-size: 10px;
  padding: 4px;
  width: 100%;
  resize: none;
  height: 100px;
}

.entry-person .recording-disclaimer {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .entry-person {
    padding: 20px 20px 20px 10vw;
    margin-right: 20vw;
  }
  .entry-person div, .entry-person a, .entry-person p, .entry-person span, .entry-person input, .entry-person textarea {
    font-size: 20px;
  }
  .entry-person .form-heading {
    font-size: 20px;
  }
  .entry-person .privacy-info, .entry-person .date-info, .entry-person .application-requirement, .entry-person .recording-disclaimer {
    font-size: 20px;
  }
  .entry-person .privacy-info p, .entry-person .date-info p, .entry-person .application-requirement p, .entry-person .recording-disclaimer p {
    font-size: 20px;
  }
  .entry-person .age-wrapper .age-title {
    width: 60px;
    margin-right: 20px;
  }
  .entry-person input {
    height: 40px;
  }
  .entry-person input[type="checkbox"] {
    height: 25px;
    width: 25px;
  }
  .entry-person .form-button {
    height: 50px;
  }
  .entry-person .wpcf7-list-item {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .entry-person {
    padding: 20px 146px 20px 10vw;
    margin-right: 20vw;
  }
  .entry-person .form-button {
    width: 196px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .entry-person .form-button.form-back {
    width: 196px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.faq {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  overflow: hidden;
}

.faq-wrapper {
  padding: 15px 0;
  background-image: url(../img/top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-coming-soon {
    margin: 20px 0 0;
}

.faq .block-qa-category {
  border-bottom: 1.5px solid #000;
  font-size: 18px;
  margin-top: 28px;
}

.faq .block-qa {
  margin-top: 15px;
}

.faq .block-qa-q p {
  font-size: 12px;
  font-weight: bold;
}

.faq .block-qa-a {
  background-color: #F0F0F2;
  margin: 8px 0 0 10px;
}

.faq .block-qa-a p {
  font-size: 11px;
  padding: 6px 10px 4px;
}

@media screen and (min-width: 768px) {
  .faq {
    padding: 20px 20px 20px 10vw;
    margin-right: 20vw;
  }
  .faq div, .faq a, .faq p, .faq span, .faq input, .faq textarea {
    font-size: 20px;
  }
  .faq .block-qa-category {
    font-size: 30px;
  }
  .faq .block-qa {
    margin-top: 15px;
  }
  .faq .block-qa-q p {
    font-size: 20px;
  }
  .faq .block-qa-a p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .faq {
    padding: 20px 146px 20px 10vw;
    margin-right: 20vw;
  }
  .faq .block-qa-category {
    border-bottom: 3px solid #000;
  }
  .faq .block-qa-a {
    margin: 10px 0 0 32px;
  }
  .faq .block-qa-a p {
    padding: 20px;
  }
}

.mentor {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px 20px;
  overflow: hidden;
}

.mentor-wrapper {
  padding: 15px 0;
  background-image: url(../img/top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mentor-wrapper .mentor-title {
  font-size: 18px;
  margin-top: 20px;
  border-bottom: 1.5px solid #000;
}

.mentor-coming-soon {
    margin: 20px 0 0;
}

.mentor-wrapper .block-mentor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
  margin-top: 20px;
}

.mentor-wrapper .block-mentor-image {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

.mentor-wrapper .block-mentor-info {
  font-weight: bold;
  max-height: 112px;
  overflow: hidden;
}

.mentor-wrapper .block-mentor-info .name {
  font-size: 12px;
  margin-bottom: 4px;
  word-wrap: break-word;
}

.mentor-wrapper .block-mentor-info .company p {
  font-size: 10px;
  line-height: 1.2;
  word-wrap: break-word;
}

.mentor-wrapper .block-mentor-description {
  display: none;
}

.mentor-wrapper .block-mentor-link-wrapper {
  display: none;
}

.mentor-detail .block-mentor-description {
  display: block;
  margin-top: 20px;
  font-size: 11px;
  font-weight: bold;
  word-wrap: break-word;
}

.mentor-detail .block-mentor-link {
  display: inline-block;
  font-weight: bold;
  color: #958c00;
}

.mentor-detail .block-mentor-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.mentor .return-button {
  font-size: 12px;
  color: #000;
  display: block;
  border: 1.5px solid #000;
  font-weight: bold;
  text-align: center;
  padding: 4.5px 0;
  margin-top: 20px;
}

.mentor .coming {
  margin-top: 20px;
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .mentor {
    padding: 20px 20px 20px 10vw;
    margin-right: 20vw;
  }
  .mentor-wrapper .mentor-title {
    font-size: 30px;
  }
  .mentor-wrapper .block-mentor-info .name {
    font-size: 20px;
    font-weight: normal;
  }
  .mentor-wrapper .block-mentor-info .company p {
    font-size: 16px;
    font-weight: normal;
  }
  .mentor-wrapper .block-mentor-description {
    display: none;
  }
  .mentor-detail .block-mentor-info {
    font-weight: normal;
  }
  .mentor-detail .block-mentor-info .name {
    font-size: 25px;
  }
  .mentor-detail .block-mentor-info .company p {
    font-size: 20px;
  }
  .mentor-detail .block-mentor-description {
    display: block;
    font-size: 20px;
    font-weight: normal;
  }
  .mentor-detail .block-mentor-link {
    font-size: 20px;
  }
  .mentor .return-button {
    font-size: 18px;
    color: #000;
    display: inline-block;
    border: 1.5px solid #000;
    font-weight: bold;
    text-align: center;
    padding: 7.5px 49.5px;
    margin-top: 20px;
    font-weight: normal;
  }
}

@media screen and (min-width: 1280px) {
  .mentor {
    padding: 20px 0 20px 10vw;
    margin-right: 20vw;
  }
  .mentor .content {
    display: inline-block;
  }
  .mentor-title {
    margin-right: 10vw;
  }
  .mentor .block-mentor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mentor .block-mentor:not(:last-child) {
    margin-right: 104px;
  }
  .mentor .block-mentor-wrapper {
    display: inline-block;
  }
  .mentor .block-mentor-image {
    width: 250px;
    height: 250px;
    margin: 0 0 20px 0;
  }
  .mentor .block-mentor-info {
    max-width: 250px;
    max-height: 250px;
  }
  .mentor .block-mentor-info .name {
    margin-bottom: 10px;
    height: 30px;
  }
  .mentor-detail {
    margin-right: 10vw;
  }
  .mentor-detail .block-mentor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mentor-detail .block-mentor-image {
    margin: 0  40px 0 0;
  }
  .mentor .return-button {
    margin-top: 46px;
  }
}

.article {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px 20px;
  overflow: hidden;
}

.article-wrapper {
  padding: 15px 0;
  background-image: url(../img/top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-detail {
  margin-top: 20px;
}

.article-detail .article-info {
  margin: 19px 0 26px;
}

.article-detail .article-info .date {
  font-size: 12px;
  font-weight: bold;
}

.article-detail .article-info .category {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  background-color: #36424F;
  height: 23px;
  line-height: 1.6;
  padding: 0 6px;
  margin-left: 9px;
}

.article-detail .article-content p, .article-detail .article-content a, .article-detail .article-content textarea, .article-detail .article-content input, .article-detail .article-content h1.h2, .article-detail .article-content h3, .article-detail .article-content h4, .article-detail .article-content h5, .article-detail .article-content h6 {
  font-weight: bold;
}

.article-detail .article-content h2 {
  font-size: 14px;
}

.article-detail .article-content h3 {
  font-size: 12px;
}

.article-detail .article-content a {
  color: #958c00;
}

.article-detail .article-content .block-article-button {
  width: 50vw;
  font-size: 14px;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #36424F;
  color: #fff;
  font-weight: bold;
}

.article-title {
  display: inline;
  font-size: 18px !important;
  border-bottom: 2px solid #000;
}

.article .return-button {
  font-size: 12px;
  color: #000;
  display: block;
  border: 1.5px solid #000;
  font-weight: bold;
  text-align: center;
  padding: 4.5px 0;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .article {
    padding: 20px 20px 20px 10vw;
    margin-right: 20vw;
  }
  .article-detail .article-info .date {
    font-size: 24px;
    font-weight: bold;
  }
  .article-detail .article-info .category {
    font-size: 22px;
    display: inline-block;
    color: #fff;
    background-color: #36424F;
    height: 36px;
    line-height: 1.6;
    padding: 0 6px;
    margin-left: 9px;
  }
  .article-detail .article-content p, .article-detail .article-content a, .article-detail .article-content textarea, .article-detail .article-content input, .article-detail .article-content h1.h2, .article-detail .article-content h3, .article-detail .article-content h4, .article-detail .article-content h5, .article-detail .article-content h6 {
    font-weight: bold;
  }
  .article-detail .article-content h2 {
    font-size: 25px;
  }
  .article-detail .article-content h3 {
    font-size: 22px;
  }
  .article-detail .article-content a {
    color: #958c00;
  }
  .article-detail .article-content p, .article-detail .article-content a, .article-detail .article-content input, .article-detail .article-content textarea, .article-detail .article-content span {
    font-size: 20px;
  }
  .article-detail .article-content .block-article-button {
    width: 50vw;
    font-size: 22px;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #36424F;
    color: #fff;
    font-weight: bold;
  }
  .article-title {
    display: inline;
    font-size: 30px !important;
    border-bottom: 2px solid #000;
  }
  .article .return-button {
    font-size: 18px;
    color: #000;
    display: inline-block;
    border: 1.5px solid #000;
    font-weight: bold;
    text-align: center;
    padding: 7.5px 49.5px;
    margin-top: 20px;
    font-weight: normal;
  }
}

@media screen and (min-width: 1280px) {
  .article .return-button {
    margin-top: 46px;
  }
}

.news {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 20px;
  overflow: hidden;
}

.news-wrapper {
  padding: 15px 0;
  background-image: url(../img/top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-box {
  padding-top: 20px;
}

.news-content-wrapper {
  border: 1.5px solid #000;
}

.news-content-wrapper:not(:first-child) {
  margin-top: 20px;
}

.news-content .news-image-wrapper {
  width: calc(100% - 1px);
  height: calc(60vw - 40px);
}

.news-content .news-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-content .news-info {
  padding: 10px;
}

.news-content .news-info time, .news-content .news-info span, .news-content .news-info h2 {
  color: #000;
}

.news-content .news-info .news-date {
  font-size: 10px;
}

.news-content .news-info .news-category {
  font-size: 10px;
  display: inline-block;
  color: #fff;
  background-color: #36424F;
  height: 16px;
  line-height: 1.6;
  padding: 0 4px;
  margin-left: 4px;
  font-weight: bold;
}

.news-content .news-info .news-title {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: bold;
  margin-top: 4px;
}

.news .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .wp-pagenavi .current, .news .wp-pagenavi .page {
  color: #000;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1.5px solid #000;
  margin: 0 5px;
  font-weight: bold;
  font-size: 12px;
}

.news .wp-pagenavi .current {
  background-color: #000;
  color: #fff;
}

.news .wp-pagenavi .nextpostslink, .news .wp-pagenavi .previouspostslink {
  border: none;
  color: #000;
  font-weight: bold;
}

.news.top .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1.5px solid #000;
}

.news.top .news-content-wrapper {
  border: none;
  display: block;
}

.news.top .news-content-wrapper:not(:first-child) {
  margin-top: 20px;
}

.news.top .news-content .news-image-wrapper {
  width: 40vw;
  height: 24vw;
}

.news.top .news-content .news-info {
  padding: 5px 10px;
  width: calc(60vw - 43px);
}

.news.top .news-content .news-info .news-title {
  font-size: 10px;
  -webkit-line-clamp: 4;
  line-height: 1.1;
}

.news.top .news-link {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 2.5;
  height: 30px;
  margin-top: 20px;
}

.news.top .news-link.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 20px 8vw 20px 17vw;
    margin-right: 20vw;
  }
  .news div, .news a, .news p, .news span, .news input, .news textarea {
    font-size: 20px;
  }
  .news-content-wrapper {
    border: 3px solid #000;
  }
  .news-content-wrapper:not(:first-child) {
    margin-top: 80px;
  }
  .news-content .news-image-wrapper {
    width: calc(65vw - 1px);
    height: calc((56vw - 1px) * 0.6);
  }
  .news-content .news-image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-content .news-info {
    padding: 30px 30px 25px;
  }
  .news-content .news-info time, .news-content .news-info span, .news-content .news-info h2 {
    color: #000;
  }
  .news-content .news-info .news-date {
    font-size: 24px;
  }
  .news-content .news-info .news-category {
    font-size: 22px;
    display: inline-block;
    color: #fff;
    background-color: #36424F;
    height: 35px;
    line-height: 1.6;
    padding: 0 10px;
    margin-left: 20px;
  }
  .news-content .news-info .news-title {
    font-size: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: bold;
    margin-top: 10px;
  }
  .news .wp-pagenavi .current, .news .wp-pagenavi .page {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border: 3px solid #000;
  }
  .news .wp-pagenavi .nextpostslink {
    padding: 20px;
  }
  .news .wp-pagenavi .previouspostslink {
    padding: 20px;
  }
  .news.top {
    padding-left: calc(10vw + 20px);
  }
  .news.top .news-box .news-content-wrapper:not(:first-child) {
    margin-top: 20px;
  }
  .news.top .news-box .news-content .news-image-wrapper {
    width: 40vw;
    height: 23vw;
  }
  .news.top .news-box .news-content .news-info .news-title {
    font-size: 20px;
    height: 86px;
  }
  .news.top .news-link {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    line-height: 2.5;
    height: 50px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .news {
    padding: 97px 0 125px 128px;
    margin-right: 15vw;
  }
  .news-content-wrapper {
    display: inline-block;
    width: 31vw;
  }
  .news-content-wrapper:not(:first-child) {
    margin-top: 0;
  }
  .news-content-wrapper:nth-child(n+3) {
    margin-top: 70px;
  }
  .news-content-wrapper:nth-child(2n) {
    margin-left: 70px;
  }
  .news-content-wrapper .news-image-wrapper {
    height: 21vw;
  }
  .news-content-wrapper .news-title {
    height: 135px;
  }
  .news.top {
    margin-right: 6vw;
  }
  .news.top .news-title.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .news.top .news-box {
    display: flex;
    justify-content: space-evenly;
  }
  .news.top .news-box .news-content {
    flex-direction: column;
    border: none;
  }
  .news.top .news-box .news-content-wrapper {
    width: 20vw;
    border: 1.5px solid #000;
  }
  .news.top .news-box .news-content-wrapper:not(:first-child) {
    margin: 0;
  }
  .news.top .news-box .news-content-wrapper .news-date {
    font-size: 15px;
  }
  .news.top .news-box .news-content-wrapper .news-category {
    font-size: 14px;
    height: 22px;
    line-height: 1.6;
  }
  .news.top .news-box .news-content .news-image-wrapper {
    height: 13vw;
  }
  .news.top .news-link.mobile {
    display: none;
  }
  .news.top .news-link.pc {
    display: inline-block;
    width: 322px;
    text-align: center;
    margin-top: 0;
  }
}

.not-found {
  text-align: left;
  color: #fff;
  margin-left: 22px;
}

.not-found-wrapper {
  padding: 40px 0;
  background-image: url(../img/404.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.not-found a {
  margin-top: 30px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  width: 140px;
  padding: 5px 0;
  text-align: center;
}

.not-found h1,
.not-found h2 {
  text-align: left;
}

.not-found h1 {
  font-size: 25px;
}

.not-found h1 span {
  font-size: 25px;
}

.not-found h2 {
  margin-top: 15px;
  font-size: 15px;
}

.not-found h2 span {
  font-size: 15px;
}

.not-found span {
  display: block;
}

@media screen and (min-width: 768px) {
  .not-found {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .not-found-wrapper {
    display: table;
    width: 100%;
    padding: 0;
    height: calc(100vh - 100px);
  }
  .not-found a {
    width: 246px;
    padding: 7px 0;
    font-size: 18px;
    border: 2px solid #fff;
  }
  .not-found h1,
  .not-found h2 {
    text-align: center;
    margin-left: 0;
  }
  .not-found h1 {
    font-size: 50px;
  }
  .not-found h1 span {
    font-size: 50px;
  }
  .not-found h2 {
    margin-top: 15px;
    font-size: 30px;
  }
  .not-found h2 span {
    font-size: 30px;
  }
  .not-found span {
    display: inline;
  }
}
/*# sourceMappingURL=style.css.map */

/* require merge ↓*/
.notice-banner{
    background: #000;
    width: 40%;
    margin: 0 auto 90px;
    padding: 0px;
}
.notice-banner a{
     padding :20px 4%;
    font-size: 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .notice-banner{
            width:80%;
        }
        .notice-banner a{
            font-size:20px;
        }
}

div#form-notice {
    font-size: 20px;
    background: #FFF;
    margin: 20px auto;
    padding: 1%;
    max-width: 98%;
    opacity: 0.7;
    border: 1px solid green;
}


ul.pf-info-list {
    margin-top: 20px;
     margin-bottom:40px;
    border-top: 1px solid #ccc;
}

ul.pf-info-list li {
    list-style: none;
    padding: 0;
}

ul.pf-info-list li a {
    display: block;
    width: 100%;
    border: none;
}


ul.pf-info-list li a h2.news-title {
    font-size: 20px;
    text-align: left;
    color: #000;
    min-height: 40px;
    border-bottom: 1px solid #999;
     margin-top:10px;
    text-decoration: underline;
     display:flex;
    height:auto;
}

ul.pf-info-list li a h2.news-title time {
    display: inline-block;
    width: 23%;
    font-size: 17px;
}

ul.pf-info-list li a h2.news-title span {
    display: inline-block;
    width: 73%;
    font-size: 17px;
}

h3.pf-info-title {
    font-size: 22px;
    text-align: left;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    
    
ul.pf-info-list li a h2.news-title {
        display:block;
    }
    
ul.pf-info-list li a h2.news-title time {
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
}

ul.pf-info-list li a h2.news-title {
    font-size: 16px;
    height: 80px;
}

h3.pf-info-title {
    font-size: 19px;
}
}


.arichive.top {
    margin: 0 auto 80px;
    width: 75%;
    max-width: 1280px;
}


ul.archive-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}

ul.archive-list li {
    width: 36%;
    margin-top: 40px;
}

ul.archive-list li iframe {
    width: 100%;
    min-height: 230px;
}

@media screen and (max-width: 768px) {
    ul.archive-list {
        display:block;
    }

    ul.archive-list li {
        width: 100%;
        margin: 20px auto;
    }

    ul.archive-list li iframe {
        min-height: 200px;
    }
}

/* top */
.content-info-wrap {
    width: 640px;
}

.program-content-info {
    text-align: center;
}


/* news detail */
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.wp-block-table.is-style-stripes {
    background-color: initial;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0;
}
.wp-block-table {
    overflow-x: auto;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.wp-block-table table.program-table td{padding:4px 8px;}
