@-webkit-keyframes fadeIn {}@keyframes fadeIn {}.bl_header {
  position: absolute;
}

.bl_header.is-white {
  position: fixed;
}

.un_top_mainVisual {
  background-image: url("../imgs/img-mv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  height: calc(800 / 1440 * 100vw);
  width: calc(1440 / 1440 * 100vw);
}

@media screen and (max-width: 1200px) {
  .un_top_mainVisual {
    height: calc(800 / 1440 * 1200px);
    width: calc(1440 / 1440 * 1200px);
  }
}

@media all and (max-width: 736px) {
  .un_top_mainVisual {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.un_top_mainVisual_content {
  padding-top: calc(372 / 1440 * 100vw);
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .un_top_mainVisual_content {
    padding-top: calc(372 / 1440 * 1200px);
  }
}

@media all and (max-width: 736px) {
  .un_top_mainVisual_content {
    padding-top: 0;
  }
}

.un_top_mainVisual_heading {
  font-size: 100px;
  letter-spacing: .06em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media all and (max-width: 736px) {
  .un_top_mainVisual_heading {
    font-size: 50px;
  }
}

.un_top_mainVisual_text {
  font-size: 22px;
  letter-spacing: .94em;
  margin-top: 50px;
  line-height: 1.5;
  font-weight: 700;
}

.un_top_mainVisual_text:before, .un_top_mainVisual_text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.un_top_mainVisual_text:before {
  margin-top: calc((1 - 1.5) * .5em);
}

.un_top_mainVisual_text:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

@media all and (max-width: 736px) {
  .un_top_mainVisual_text {
    font-size: 18px;
  }
}

.un_top_intro {
  padding-top: 160px;
}

@media all and (max-width: 736px) {
  .un_top_intro {
    padding-top: 60px;
  }
}

.un_top_intro_logo {
  text-align: center;
}

.un_top_intro_logo img {
  width: 131px;
}

.un_top_intro_textContent {
  margin-left: calc(577 / 1440 * 100%);
  margin-top: 70px;
}

@media all and (max-width: 736px) {
  .un_top_intro_textContent {
    margin-left: 0;
    margin-top: 40px;
    padding: 0 20px;
  }
}

.un_top_intro_heading {
  font-size: 30px;
  line-height: 2;
  font-weight: 700;
}

.un_top_intro_heading:before, .un_top_intro_heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.un_top_intro_heading:before {
  margin-top: calc((1 - 2) * .5em);
}

.un_top_intro_heading:after {
  margin-bottom: calc((1 - 2) * .5em);
}

@media all and (max-width: 736px) {
  .un_top_intro_heading {
    font-size: 24px;
  }
}

.un_top_intro_text {
  font-size: 16px;
  margin-top: 90px;
  line-height: 2.5;
  font-weight: 500;
}

.un_top_intro_text:before, .un_top_intro_text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.un_top_intro_text:before {
  margin-top: calc((1 - 2.5) * .5em);
}

.un_top_intro_text:after {
  margin-bottom: calc((1 - 2.5) * .5em);
}

@media all and (max-width: 736px) {
  .un_top_intro_text {
    font-size: 14px;
    margin-top: 40px;
  }
}

.un_top_intro_img {
  margin-top: 140px;
  text-align: center;
}

.un_top_intro_img img {
  width: 525px;
}

@media all and (max-width: 736px) {
  .un_top_intro_img img {
    width: 100%;
  }
}

@media all and (max-width: 736px) {
  .un_top_intro_img {
    margin-top: 70px;
  }
}

.un_top_intro_prologue {
  margin-top: 180px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (max-width: 736px) {
  .un_top_intro_prologue {
    margin-top: 90px;
  }
}

.un_top_intro_prologue:before, .un_top_intro_prologue:after {
  content: '';
  height: 60px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 80px;
}

.un_top_intro_prologue:before {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  left: 0;
  top: 0;
}

.un_top_intro_prologue:after {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  bottom: 0;
  left: 0;
}

@media all and (min-width: 737px) {
  .un_top_intro_prologue {
    cursor: pointer;
  }
  .un_top_intro_prologue:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px 0 rgba(7, 0, 2, 0.2);
            box-shadow: 0 0 30px 0 rgba(7, 0, 2, 0.2);
  }
  .un_top_intro_prologue:hover:before, .un_top_intro_prologue:hover:after {
    opacity: 0;
  }
}

.un_top_intro_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (max-width: 736px) {
  .un_top_intro_link {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}

.un_top_intro_link:before, .un_top_intro_link:after {
  content: '';
  height: 60px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 80px;
}

.un_top_intro_link:before {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  right: -10px;
  top: -10px;
}

.un_top_intro_link:after {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  bottom: -10px;
  right: -10px;
}

@media all and (min-width: 737px) {
  .un_top_intro_link {
    cursor: pointer;
  }
  .un_top_intro_link:hover {
    background-color: #ffffff;
  }
  .un_top_intro_link:hover:before, .un_top_intro_link:hover:after {
    opacity: 0;
  }
}

.un_top_intro_link_name {
  font-size: 18px;
  margin-left: 292px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.un_top_intro_link_name:before {
  background-color: #333333;
  content: '';
  height: 3px;
  left: -50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

@media all and (max-width: 736px) {
  .un_top_intro_link_name:before {
    left: -40px;
  }
}

@media all and (max-width: 736px) {
  .un_top_intro_link_name {
    font-size: 16px;
    margin-left: 40px;
  }
}

.un_top_intro_link_text {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  margin-left: 114px;
}

@media all and (max-width: 736px) {
  .un_top_intro_link_text {
    font-size: 22px;
    margin-left: 0;
    margin-top: 30px;
    text-indent: -.5em;
  }
}

.bl_lowerGuidance {
  margin-top: 150px;
}

@media all and (max-width: 736px) {
  .bl_lowerGuidance {
    margin-top: 75px;
  }
}

/*# sourceMappingURL=style.css.map */
