@font-face {
  font-family: a1 mincho;
  src: url("../fonts/A-OTF-A1MinchoStd-Bold 2.otf") format("opentype");
}
#PRESENTATION main .sec1 {
  position: relative;
  overflow: hidden;
}
#PRESENTATION main .sec1 .mv {
  width: 100%;
}
#PRESENTATION main .sec1 .mv video {
  width: 100%;
  height: 100%;
}
#PRESENTATION main .sec1 .inner {
  position: absolute;
  width: 41%;
  max-width: 700px;
  left: 50%;
  top: 43%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#PRESENTATION main .sec2 {
  background-image: url(../images/sec2_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 94px;
  padding-bottom: 220px;
  margin-top: -4px;
}
#PRESENTATION main .sec2 .question {
  font-size: 106px;
  text-align: center;
  color: white;
  margin-bottom: 50px;
  font-family: a1 mincho;
  line-height: 1;
}
#PRESENTATION main .sec2 .title1 {
  font-size: 54px;
  text-align: center;
  color: white;
  line-height: 1.5;
  margin-bottom: 100px;
  font-family: a1 mincho;
  letter-spacing: 5px;
}
#PRESENTATION main .sec2 .title2 {
  font-size: 30px;
  text-align: center;
  color: white;
  margin-bottom: 40px;
  font-family: a1 mincho;
  letter-spacing: 3px;
}
#PRESENTATION main .sec2 .text {
  font-size: 18px;
  text-align: center;
  color: white;
  line-height: 2.8;
  font-family: a1 mincho;
  letter-spacing: 3px;
}
#PRESENTATION main .sec3 .content {
  position: relative;
  height: 773px;
  margin-top: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 1500px) {
  #PRESENTATION main .sec3 .content {
    height: 50vw;
  }
}
#PRESENTATION main .sec3 .content .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#PRESENTATION main .sec3 .content .img_box img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#PRESENTATION main .sec3 .content .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#PRESENTATION main .sec3 .content .inner .title {
  font-size: 3.2vw;
  color: white;
  font-family: a1 mincho;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#PRESENTATION main .sec3 .content .inner .btn_box {
  width: 202px;
  margin: 0 auto;
  margin-bottom: 40px;
  cursor: pointer;
}
#PRESENTATION main .sec3 .content .inner .btn_box .btn {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: white;
  font-family: a1 mincho;
  background-color: #fff;
  padding: 3px 4px;
  line-height: 1.2;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  will-change: opacity;
}
#PRESENTATION main .sec3 .content .inner .btn_box .btn:hover {
  opacity: 0.7;
}
#PRESENTATION main .sec3 .content .inner .btn_box .btn.keizai_manage {
  color: #E50012;
}
#PRESENTATION main .sec3 .content .inner .btn_box .btn.keizai_keizai {
  color: #750C4C;
}
#PRESENTATION main .sec3 .content .inner .btn_box .btn.yaku {
  color: #0096CE;
}
#PRESENTATION main .sec3 .content .inner .btn_box .btn.kokusai {
  color: #ED7700;
}
#PRESENTATION main .sec3 .content .inner .btn_box .btn.kokusai_shinri {
  color: #FFF000;
}
#PRESENTATION main .sec3 .content .inner .btn_box .btn.iryo {
  color: #0075C1;
}
#PRESENTATION main .sec3 .content .inner .btn_box .btn.rigaku {
  color: #333269;
}
#PRESENTATION main .sec3 .content .inner .btn_box .arrow {
  width: 100%;
  margin-left: 10px;
  margin-top: -10px !important;
}
#PRESENTATION main .sec3 .content .inner .btn_box .arrow .hover {
  display: block;
}
#PRESENTATION main .sec3 .content .inner .btn_box .arrow .nohover {
  display: none;
}
#PRESENTATION main .sec3 .content .inner .name {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: white;
  line-height: 1.55;
  letter-spacing: 2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#PRESENTATION main .sec3 .content .inner .logo {
  width: 142px;
  margin: 0 auto;
  margin-top: -15px !important;
}
#PRESENTATION main .sec3 .content.active .img_box img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#PRESENTATION main .sec3 .content_flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #PRESENTATION main .sec3 .content_flexwrap {
    display: block;
  }
}
#PRESENTATION main .sec3 .content_flexwrap .content {
  width: calc(50% - 7.5px);
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  #PRESENTATION main .sec3 .content_flexwrap .content {
    width: 100%;
    height: 380px;
    margin-right: 0;
  }
}
#PRESENTATION main .sec3 .content_flexwrap .content:nth-child(2n) {
  margin-right: 0;
}
#PRESENTATION main .sec3 .content_flexwrap .content .inner .title {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  #PRESENTATION main .sec3 .content_flexwrap .content .inner .title {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  #PRESENTATION main .sec3 .content_flexwrap .content .inner .btn_box {
    width: 150px;
  }
  #PRESENTATION main .sec3 .content_flexwrap .content .inner .btn_box .btn {
    font-size: 16px;
  }
  #PRESENTATION main .sec3 .content_flexwrap .content .inner .logo {
    display: none;
  }
}
#PRESENTATION main .sec4 {
  padding-top: 225px;
}
#PRESENTATION main .sec4 .title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: black;
  margin-bottom: 60px;
  line-height: 1;
  font-family: a1 mincho;
}
#PRESENTATION main .sec4 a {
  width: 73%;
  margin: 0 auto;
  min-width: 700px;
  max-width: 1200px;
  margin-bottom: 100px;
  display: block;
}
#PRESENTATION main .sec4 .img_box {
  width: 555px;
  margin: 0 auto;
}
#PRESENTATION .modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#PRESENTATION .modal #modal-video {
  width: 100%;
}
#PRESENTATION .modal #modal-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 71vw;
  height: 577px;
  padding: 30px;
  background-color: #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#PRESENTATION .modal .inner {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
#PRESENTATION .modal .inner .close-box {
  position: absolute;
  width: 71vw;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  z-index: 10;
}
#PRESENTATION .modal .inner .close-box p {
  font-size: 64px;
  color: white;
  line-height: 1;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
  text-align: right;
}
#PRESENTATION .modal.close {
  -webkit-filter: opacity(0);
          filter: opacity(0);
  visibility: hidden;
}
#PRESENTATION .modal.open {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  visibility: visible;
}

@media only screen and (max-width: 1025px) {
  #PRESENTATION main .sec2 {
    padding-top: 90px;
    padding-bottom: 200px;
  }
  #PRESENTATION main .sec2 .question {
    font-size: 90px;
    margin-bottom: 40px;
  }
  #PRESENTATION main .sec2 .title1 {
    font-size: 40px;
    margin-bottom: 90px;
  }
  #PRESENTATION main .sec2 .title2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #PRESENTATION main .sec2 .text {
    font-size: 16px;
  }
  #PRESENTATION main .sec3 .content .inner .title {
    margin-bottom: 30px;
  }
  #PRESENTATION main .sec4 {
    padding-top: 170px;
  }
  #PRESENTATION main .sec4 .title {
    font-size: 20px;
    margin-bottom: 45px;
  }
  #PRESENTATION main .sec4 a {
    width: 85%;
    min-width: unset;
    margin-bottom: 80px;
  }
  #PRESENTATION main .sec4 .img_box {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  #PRESENTATION main .sec1 .inner {
    width: 94%;
    max-width: 700px;
    left: unset;
    right: 4%;
    top: 45%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #PRESENTATION main .sec2 {
    background-image: url(../images/sec2_bg_sp.jpg);
    padding-bottom: 160px;
    margin-top: 0;
  }
  #PRESENTATION main .sec2 .question {
    margin-bottom: 40px;
  }
  #PRESENTATION main .sec2 .title1 {
    font-size: 27px;
    line-height: 1.8;
    margin-bottom: 90px;
    letter-spacing: 2px;
  }
  #PRESENTATION main .sec2 .title2 {
    font-size: 20px;
    line-height: 1.7;
  }
  #PRESENTATION main .sec2 .text {
    font-size: 15px;
  }
  #PRESENTATION main .sec3 .content:after {
    content: "";
    width: 50%;
    height: 200px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-color: #000;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0.3;
  }
  #PRESENTATION main .sec3 .content .inner {
    z-index: 5;
  }
  #PRESENTATION main .sec3 .content .inner .title {
    font-size: 7.7vw;
    margin-bottom: 30px;
  }
  #PRESENTATION main .sec4 {
    padding-top: 170px;
  }
  #PRESENTATION main .sec4 .title {
    font-size: 20px;
    margin-bottom: 45px;
    line-height: 1.5;
  }
  #PRESENTATION main .sec4 a {
    width: 85%;
    min-width: unset;
    margin-bottom: 80px;
  }
  #PRESENTATION main .sec4 .img_box {
    width: 85%;
  }
  #PRESENTATION .modal {
    padding-bottom: 0;
  }
  #PRESENTATION .modal .inner {
    margin-top: 20vh;
  }
  #PRESENTATION .modal #modal-video iframe {
    width: 90vw;
    height: 250px;
    padding: 0px;
    margin-top: 0;
  }
  #PRESENTATION .modal .inner .close-box {
    width: 90vw;
  }
  #PRESENTATION .modal .inner .close-box p {
    font-size: 50px;
  }
}/*# sourceMappingURL=style.css.map */