.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}

.remodal-overlay {
  background: rgba(14, 67, 106, 0.9)
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
  padding: 50px 25px
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes
}

.remodal, .remodal-wrapper:after {
  vertical-align: middle
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent
}

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center
}

.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0
}

.remodal-confirm {
  color: #fff;
  background: #81c784
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a
}

.remodal-cancel {
  color: #fff;
  background: #e57373
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350
}

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.lt-ie9 .remodal-overlay {
  background: #081022
}

.oldie .remodal-overlay {
  background-color: #0c60c4
}

.remodal .wrap .btn_close {
  width: 66px;
  height: 66px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px
}

.remodal .wrap .btn_close:hover img {
  margin-top: -66px
}

.remodal.page1 .wrap .btn_close {
  margin-top: 65px
}

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none
}

.remodal, [data-remodal-id] {
  display: none
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""
}

.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

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

.remodal-is-initialized {
  display: inline-block
}

.section-hero {
  width: 100%;
  position: relative
}

.section-hero__title {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (max-width: 767px) {
  .section-hero__title {
    font-size: 8vw
  }
}

.section-idea {
  background-color: #f5f5f5;
  padding: 50px
}

@media screen and (max-width: 767px) {
  .section-idea {
    padding: 34px 10px
  }
}

.section-idea__title {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 70px
}

@media screen and (max-width: 767px) {
  .section-idea__title {
    font-size: 2rem;
    margin-bottom: 46px
  }
}

.section-idea__title:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #0c3990;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px
}

@media screen and (max-width: 767px) {
  .section-idea__title:after {
    bottom: -15px
  }
}

.section-idea__catch {
  color: #0C3990;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px
}

@media screen and (max-width: 767px) {
  .section-idea__catch {
    font-size: 2rem;
    margin-bottom: 30px
  }
}

.section-idea p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.875
}

@media screen and (max-width: 767px) {
  .section-idea p {
    text-align: left
  }
}

.section-message {
  padding: 50px;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

@media screen and (max-width: 767px) {
  .section-message {
    padding: 34px 10px
  }
}

.section-message.hover .section-message__conts {
  background-color: #e6ebf4
}

.section-message.hover .section-message__image {
  opacity: 0.7
}

.section-message .inner {
  max-width: 1072px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

@media screen and (max-width: 767px) {
  .section-message .inner {
    display: block
  }
}

.section-message__image {
  width: 50%;
  background-image: url("../img/img_message.jpg");
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

@media screen and (max-width: 767px) {
  .section-message__image {
    width: 100%;
    padding-bottom: 48%
  }
}

.section-message__conts {
  width: 50%;
  padding: 50px 0;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

@media screen and (max-width: 767px) {
  .section-message__conts {
    width: 100%;
    padding: 30px 0
  }
}

.section-message__title {
  text-align: center;
  color: #0C3990;
  font-weight: bold;
  font-size: 2.5rem
}

@media screen and (max-width: 767px) {
  .section-message__title {
    font-size: 2rem
  }
}

.section-message__desc {
  text-align: center;
  margin-top: 3%;
  font-size: 1.6rem;
  line-height: 1.875
}

.section-message__btn {
  text-align: center;
  margin-top: 4%
}

.section-message__btn a {
  display: inline-block;
  text-align: center;
  width: 300px;
  line-height: 4rem;
  background-color: #AA2E2E;
  border-radius: 4px;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.section-message__btn a:before {
  content: "";
  background-image: url(../img/icon_video.png);
  display: inline-block;
  width: 20px;
  height: 14px;
  background-size: contain;
  margin-right: 10px;
  background-repeat: no-repeat;
  line-height: 1;
  vertical-align: -3px;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

.section-message__btn a span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  vertical-align: -1px
}

.section-message__btn a:hover {
  background-color: #fff;
  border: 2px solid #AA2E2E;
  opacity: 1
}

.section-message__btn a:hover:before {
  background-image: url(../img/icon_video_on.png)
}

.section-message__btn a:hover span {
  color: #000
}

.section-interview {
  background-color: #f5f5f5;
  padding: 50px
}

@media screen and (max-width: 767px) {
  .section-interview {
    padding: 34px 10px
  }
}

.section-interview .inner {
  max-width: 1072px;
  margin: 0 auto
}

.section-interview__title {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 70px
}

@media screen and (max-width: 767px) {
  .section-interview__title {
    font-size: 2rem;
    margin-bottom: 46px
  }
}

.section-interview__title:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #0c3990;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px
}

@media screen and (max-width: 767px) {
  .section-interview__title:after {
    bottom: -15px
  }
}

.section-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .section-interview__list {
    display: block
  }
}

.section-interview__list a {
  display: block;
  padding-bottom: 20px
}

.section-interview__list li {
  background-color: #fff;
  width: 32.18182%
}

@media screen and (max-width: 767px) {
  .section-interview__list li {
    width: 100%;
    margin-bottom: 20px
  }
  .section-interview__list li:last-child {
    margin-bottom: 0
  }
}

.section-interview__list li .position {
  background-color: #0C3990;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  font-weight: bold;
  font-size: 1.4rem
}

.section-interview__list li .name {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 20px
}

.section-interview__list li .name small {
  font-size: 1.4rem
}

.section-interview__list li .year {
  font-weight: bold;
  color: #0C3990;
  margin-bottom: 5px
}

.section-interview__list li p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.78571;
  color: #000;
  padding: 0 20px
}

.section-interview__btn {
  text-align: center;
  margin-top: 25px
}

.section-interview__btn a {
  display: inline-block;
  text-align: center;
  width: 300px;
  line-height: 4rem;
  background-color: #AA2E2E;
  border-radius: 4px;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.section-interview__btn a:before {
  content: "";
  background-image: url(../img/icon_video.png);
  display: inline-block;
  width: 20px;
  height: 14px;
  background-size: contain;
  margin-right: 10px;
  background-repeat: no-repeat;
  line-height: 1;
  vertical-align: -3px;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

.section-interview__btn a span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  vertical-align: -1px
}

.section-interview__btn a:hover {
  background-color: #fff;
  border: 2px solid #AA2E2E;
  opacity: 1
}

.section-interview__btn a:hover:before {
  background-image: url(../img/icon_video_on.png)
}

.section-interview__btn a:hover span {
  color: #000
}

.section-gallery {
  padding: 50px
}

@media screen and (max-width: 767px) {
  .section-gallery {
    padding: 34px 10px
  }
}

.section-gallery__title {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 70px
}

@media screen and (max-width: 767px) {
  .section-gallery__title {
    font-size: 2rem;
    margin-bottom: 30px
  }
}

.section-gallery__title:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #0c3990;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px
}

@media screen and (max-width: 767px) {
  .section-gallery__title:after {
    bottom: -15px
  }
}

.section-gallery .inner {
  max-width: 1072px;
  margin: 0 auto
}

.section-gallery__desc {
  text-align: center;
  font-size: 1.4rem
}

.section-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.section-gallery__list li {
  width: 32.18182%;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  position: relative;
}

.section-gallery__list li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0E436A;
  display: block;
  opacity: 0;
  transition: 0.3s;
}

.section-gallery__list li:hover:before {
  opacity: 0.6;
}

.section-gallery__list li span {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  transition: 0.3s;
  z-index: 10;
  font-weight: bold;
  font-size: 1.6rem;
  width: 90%;
  text-align: center;
  line-height: 1.3;
}

.section-gallery__list li:hover span{
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .section-gallery__list li span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .section-gallery__list li {
    width: 48%
  }
}

.remodal__close {
  position: absolute;
  top: 0;
  right: -196px;
  width: 54px;
  height: 54px;
  background-image: url(../img/icon_modal_close.png);
  background-size: contain;
  cursor: pointer
}

@media screen and (max-width: 767px) {
  .remodal__close {
    width: 30px;
    height: 30px;
    right: 0;
    top: 0
  }
}

.remodal__conts {
  margin-top: 54px;
  width: 600px
}

@media screen and (max-width: 767px) {
  .remodal__conts {
    width: 100%
  }
}

.remodal__img {
  margin-bottom: 30px
}

.remodal__title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  color: #fff;
  text-align: left;
  margin-bottom: 12px
}

.remodal__desc {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #fff;
  text-align: left
}
