.frameModal {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}

.video {
  width: 64%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 36%;
  margin-left: auto;
  margin-right: auto;
}

.video iframe {
  width: 100%;
  left: auto;
  right: auto;
}

.groupBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;

  .btn {
    width: 300px;
    height: 115px;
  }
}
.remodal-wrapper {
  padding: 10px 10px 0;
  background: rgba(37, 60, 74, 0.8);
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
}
.remodal-is-initialized {
  display: inline-block;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.modal-close a {
  display: block;
  width: 49px;
  height: 0;
  padding-top: 49px;
  background: url(/about/libraries/kyouzai/images/modal_close.png) 0 0 no-repeat;
  overflow: hidden;
}
.modal-close {
  width: 49px;
  height: 49px;
  position: absolute;
  top: -24px;
  right: -24px;
  z-index: 50;
}

.remodal {
  top: 20px;
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.btn-blue span {
  color: #fff;
  box-shadow: 0 4px 0 #03344c;
}
.btn-w222 span {
  width: 222px;
}
.bg-blue,
.btn-blue span {
  background-color: #00549f;
}

.btn span {
  position: relative;
  display: table-cell;
  padding: 15px 9px 11px;
  font-size: 113%;
  line-height: 178%;
  font-weight: bold;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
}

body .set-center {
  text-align: center;
}

.remodal {
  box-sizing: border-box;
  width: auto;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  margin-top: 3%;
}
#remodalSDG,
#remodalS2 {
  display: none;
}

.close a {
  text-decoration: none;
}

.frame-inquiry {
  display: flex;
  width: 1200px;
  padding: 30px 0px;
  flex-direction: column;
  align-items: center;
  gap: 30px;

  .inquiry.box {
    margin: 0;
    width: 800px;
  }
}

.btn2 {
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 48px;
}
.btn2 .btn {
  width: calc(50% - 24px);
}
.lead {
  margin-bottom: 20px;
}

#movie_caption
{
  text-align: center;
}
@media screen and (max-width: 768px) {
  .frame-inquiry {
    width: 100%;
    .inquiry.box {
      margin: 0;
      width: 100%;
    }
  }
  .btn2 {
    column-gap: 4%;
    margin-bottom: 0;
  }
  .btn2 .btn {
    width: 100%;
  }
  .remodal {
    margin-top: 150px;
  }
}
