@import url("css2-RobotoCondensedwght400700_swap.css");
@import url("css2-RobotoCondensedwght400700_swap.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/****************************************

          $breakpoint

@include maxs($breakpoint-sp) {}

*****************************************/
/*============================
body
============================*/
/*============================
base
============================*/
/*============================
#glance
============================*/
#contentsContainer {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contentsContainer {
    padding: 75px 0 0 !important;
  }
}

h1.headline01 {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 768px) {
  h1.headline01 {
    padding: 0 10px 10px;
  }
}

#main,
#globalContents {
  max-width: 100% !important;
  padding: 0;
}

div#glance.glance {
  font-family: 'Roboto Condensed', sans-serif;
}
div#glance.glance * {
  box-sizing: border-box;
}
div#glance.glance img {
  display: block;
  max-width: 100%;
  height: auto;
}
div#glance.glance .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  div#glance.glance .pc {
    display: none;
  }
}
div#glance.glance .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  div#glance.glance .sp {
    display: block;
  }
}
div#glance.glance div.scroll {
  width: 100%;
  height: 480px;
  background-color: #000;
  background-image: url(../image/cover.jpg);
  background-size: 1680px 480px;
  animation: bgiLoop 90s linear infinite;
}
@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1680px 0;
  }
}
div#glance.glance div.glance-who-what-wrap {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #eee;
}
div#glance.glance div.glance-who-what-wrap a {
  position: relative;
  width: 50%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-color: #173e92;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  div#glance.glance div.glance-who-what-wrap a {
    transition: .4s ease-in-out;
  }
  div#glance.glance div.glance-who-what-wrap a:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #eee;
  }
  div#glance.glance div.glance-who-what-wrap a:hover {
    background-color: #e73562;
  }
}
@media screen and (max-width: 1250px) {
  div#glance.glance div.glance-who-what-wrap a {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  div#glance.glance div.glance-who-what-wrap a {
    width: 100%;
    height: 80px;
    font-size: 6vw;
  }
  div#glance.glance div.glance-who-what-wrap a + a {
    border-top: 2px solid #fff;
  }
  div#glance.glance div.glance-who-what-wrap a:nth-of-type(2)::before {
    display: none;
  }
}
div#glance.glance div.glance-metrics-wrap {
  width: 100%;
  background-color: #eeeeee;
  padding: 30px 0 40px;
}
div#glance.glance div.glance-metrics-wrap > .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}
div#glance.glance div.glance-metrics-wrap > .inner > a {
  width: calc(33% - 10px);
  margin: 10px 5px 0;
}
@media screen and (max-width: 1250px) {
  div#glance.glance div.glance-metrics-wrap > .inner > a {
    width: calc(50% - 10px);
  }
}
div#glance.glance div.glance-metrics-wrap > .inner > a .inner {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 62%;
}
div#glance.glance div.glance-metrics-wrap > .inner > a {
  cursor: pointer;
  overflow: hidden;
}
div#glance.glance div.glance-metrics-wrap > .inner > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: .4s ease-in-out;
}
div#glance.glance div.glance-metrics-wrap > .inner > a img:nth-of-type(2) {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div#glance.glance div.glance-metrics-wrap > .inner > a:hover img:nth-of-type(2) {
    opacity: 1;
  }
}
div#glance.glance div.glance-metrics-wrap h2.ttl-metrics {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(33% - 10px);
  margin: 10px 5px 0;
}
div#glance.glance div.glance-metrics-wrap h2.ttl-metrics .inner {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 62%;
}
@media screen and (min-width: 768px) {
  div#glance.glance div.glance-metrics-wrap h2.ttl-metrics img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    transition: .4s ease-in-out;
  }
}
@media screen and (max-width: 1250px) {
  div#glance.glance div.glance-metrics-wrap h2.ttl-metrics {
    width: 100%;
    margin: 0 0 10px;
  }
  div#glance.glance div.glance-metrics-wrap h2.ttl-metrics .inner {
    height: 48px;
    padding-top: 0;
  }
  div#glance.glance div.glance-metrics-wrap h2.ttl-metrics .inner img {
    width: auto;
    height: 48px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  div#glance.glance div.glance-metrics-wrap h2.ttl-metrics {
    order: 5;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics1 {
    order: 1;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics2 {
    order: 2;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics3 {
    order: 3;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics4 {
    order: 4;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics5 {
    order: 6;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics6 {
    order: 7;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics7 {
    order: 8;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics8 {
    order: 9;
  }
}
@media screen and (max-width: 1250px) {
  div#glance.glance div.glance-metrics-wrap h2.ttl-metrics {
    order: 1;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics1 {
    order: 2;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics2 {
    order: 3;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics3 {
    order: 4;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics4 {
    order: 5;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics5 {
    order: 6;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics6 {
    order: 7;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics7 {
    order: 8;
  }
  div#glance.glance div.glance-metrics-wrap a.btn-metrics8 {
    order: 9;
  }
}
div#glance.glance div.glance-info-wrap {
  margin: 30px 0 0;
}
div#glance.glance div.glance-info-wrap h2.ttl-info {
  font-size: 48px;
  color: #173e92;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 1250px) {
  div#glance.glance div.glance-info-wrap h2.ttl-info {
    font-size: 9vw;
  }
}
div#glance.glance div.glance-info-wrap div.info-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 20px auto 50px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  div#glance.glance div.glance-info-wrap div.info-list {
    margin: 10px auto 25px;
  }
}
div#glance.glance div.glance-info-wrap div.info-list > * {
  width: calc(33% - 10px);
  margin: 10px 5px 0;
}
@media screen and (max-width: 1250px) {
  div#glance.glance div.glance-info-wrap div.info-list > * {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  div#glance.glance div.glance-info-wrap div.info-list > * {
    width: 100%;
  }
}
div#glance.glance div.glance-info-wrap div.info-list a {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  background-color: #173e92;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  div#glance.glance div.glance-info-wrap div.info-list a {
    transition: .4s ease-in-out;
  }
  div#glance.glance div.glance-info-wrap div.info-list a:hover {
    background-color: #e73562;
  }
}
@media screen and (max-width: 1250px) {
  div#glance.glance div.glance-info-wrap div.info-list a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  div#glance.glance div.glance-info-wrap div.info-list a {
    font-size: 6vw;
  }
}
div#glance.glance div.glance-info-wrap div.info-list a .ico-pdf {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

.fancybox-content {
  padding: 0 !important;
}

.fancybox-content {
  max-width: 1200px;
  background-color: #fff;
}
.fancybox-content .btn-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fancybox-content .btn-wrap {
    padding-top: 20px;
  }
}
.fancybox-content .btn-wrap .btn-link {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  min-width: 240px;
  font-size: 20px;
  margin: 0 10px;
  padding: 10px;
  text-decoration: underline;
  background-color: #173e92;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .fancybox-content .btn-wrap .btn-link {
    transition: .4s ease-in-out;
  }
  .fancybox-content .btn-wrap .btn-link:hover {
    background-color: #e73562;
  }
}
.fancybox-content .btn-wrap .btn-link::before {
  content: "";
  display: inline-block;
  width: .4em;
  height: .4em;
  margin: 0 .5em 0 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.fancybox-button fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
  color: currentColor;
  padding: 0;
  right: 0;
  top: 0;
}

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