@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

main {
  padding: 0;
  max-width: inherit;
}

.kv {
  width: 100%;
  height: 42.5em;
  background-color: #dbdbdb;
  overflow: hidden;
}

.kv-pic {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
.kv-pic {
  top: 74%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
}

.kv-inner {
  width: 62.5%;
  max-width: 1000px;
  color: #fff;
  margin: 0 auto;
  margin-top: -9.5em;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  opacity: 0;
}
.kv-inner.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.kv-cateogry {
  width: 24%;
  height: 3.25em;
  margin: 0 0 0 auto;
  margin-bottom: 1.06em;
  border-radius: 3.25em;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.kv-cateogry:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -o-linear-gradient(30deg, #B0BAC8 20%, #55CC7C 50%, #F5F97F);
  background: linear-gradient(60deg, #B0BAC8 20%, #55CC7C 50%, #F5F97F);
  opacity: 0.9;
}

.kv-cateogry__text {
  font-size: 1.5em;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kv-data {
  padding: 3.7em 6% 3.3em;
  border-radius: 0.625em;
  overflow: hidden;
  margin-bottom: 8.4em;
}
.kv-data:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -o-linear-gradient(30deg, #B0BAC8 70%, #55CC7C 82%, #F5F97F);
  background: linear-gradient(60deg, #B0BAC8 70%, #55CC7C 82%, #F5F97F);
  opacity: 0.9;
}

.kv-data-title {
  margin-bottom: 1.7em;
}

.kv-data-title__sub {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: -0.2em;
}

.kv-data-title__main {
  font-size: 2.37em;
  font-weight: bold;
}

.kv-data-company__sub {
  font-size: 0.875em;
  line-height: 1;
  margin-bottom: 0.6em;
}

.kv-data-company__main {
  font-weight: bold;
}

.content__block {
  width: 62.5%;
  max-width: 1000px;
  margin: 0 auto;
}

.box {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  opacity: 0;
}
.box.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.box img {
  border-radius: 0.625em;
  overflow: hidden;
}

.box-title {
  font-size: 4em;
  font-weight: 500;
  margin-bottom: 0.65em;
}

.box-textarea {
  margin-bottom: 4em;
}
.box-textarea p {
  line-height: 180%;
  margin-bottom: 2.2em;
}
.box-textarea p:last-child {
  margin-bottom: 0;
}
.box-textarea strong {
  font-weight: bold;
  color: #B0BAC8;
  line-height: 180%;
  padding-top: 0.7em;
  margin-bottom: 0.6em;
  display: block;
}
.box-textarea strong:before {
  content: " ";
  width: 2em;
  height: 2px;
  margin-right: 0.75em;
  background-color: #B0BAC8;
  display: inline-block;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
}

.box-textarea__message {
  text-align: right;
  line-height: 180%;
  margin-bottom: 4.4em;
}

.box-heading {
  color: #B0BAC8;
  line-height: 180%;
  padding-top: 0.7em;
  margin-bottom: 0.6em;
}
.box-heading:before {
  content: " ";
  width: 2em;
  height: 2px;
  margin-right: 0.75em;
  background-color: #B0BAC8;
  display: inline-block;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
}

.box1 {
  margin-bottom: 10.2em;
}
.box2 .box-textarea {
  margin-bottom: 3.1em;
}
.box2 img {
  margin-bottom: 2.7em;
}

.box3 {
  margin-bottom: 21.9em;
  margin-bottom: 16.9em;
}
.box3 img {
  margin-bottom: 3.1em;
}
.box3 .box3-movie {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 3.1em;
}
.box3 .box3-movie iframe {
  width: 100%;
  height: 100%;
}
.box3 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.44em;
}
.box3 dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19%;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  font-weight: bold;
  color: #B0BAC8;
  line-height: 180%;
  border-bottom: 1px solid #B0BAC8;
  padding-bottom: 1.4em;
}
.box3 dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 77.5%;
      -ms-flex: 0 0 77.5%;
          flex: 0 0 77.5%;
  line-height: 180%;
  border-bottom: 1px solid #757B80;
  padding-bottom: 1.4em;
}
.box3 dd a {
  color: #000;
  text-decoration: underline;
}
.box3 dd a:after {
  content: " ";
  width: 0.81em;
  height: 0.81em;
  margin-left: 0.68em;
  display: inline-block;
  background-image: url(../../../img/common/link-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.box-archive {
  max-width: 1600px;
  margin: 0 auto 7em;
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.box-archive .box-inner {
  padding: 0 3.12em;
}
.box-archive .box-title {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 6.7em;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  opacity: 0;
}
.box-archive .box-title.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.box-archive .box-title__main {
  font-size: 4em;
  line-height: 1;
  margin-bottom: 0.2em;
}
.box-archive .box-title__sub {
  font-weight: 400;
}

.archive-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10em;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  opacity: 0;
}
.archive-list.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.archive-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.33%;
      -ms-flex: 0 0 31.33%;
          flex: 0 0 31.33%;
  aspect-ratio: 1/1;
  margin-right: 3%;
  margin-bottom: 2.93em;
  overflow: hidden;
  border-radius: 0.62em;
}

@media screen and (min-width: 769px) {
  .archive-list__item:nth-child(4),
  .archive-list__item:nth-child(5),
  .archive-list__item:nth-child(6){
    margin-bottom: 0;
  }
}

.archive-list__item:last-child {
  margin-bottom: 0;
}

.archive-list__pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.archive-list__pic img {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  display: block;
}

.archive-list-category {
  font-size: 1.12em;
  color: #000;
  line-height: 1;
  position: absolute;
  left: 6.38%;
  top: 5.5%;
}

.archive-list-data {
  width: 87.24%;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 4.4%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.archive-list__title {
  font-weight: bold;
  margin-bottom: 0.66em;
}

.archive-list__text {
  font-size: 0.875em;
}

.archive-link {
  width: 100%;
  height: 7.5em;
  border-radius: 0.625em;
  border: 1px solid #B0BAC8;
  background-color: #B0BAC8;
  transition: opacity 0.5s ease-out,transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1),background-color 0.5s ease-out;
  /*transform: translateY(5em);
  opacity: 0;

  &.show{
      transform: translateY(0);
      opacity: 1;
  }*/
}
.archive-link a, .archive-link a:link, .archive-link a:visited {
  height: 100%;
  display: block;
}

.archive-link__inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.archive-link__text {
  font-size: 1.75em;
  color: #fff;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

.archive-link__arrow {
  width: 3.75em;
  height: 3.75em;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 3.46%;
  -webkit-transition: border 0.5s ease-out;
  -o-transition: border 0.5s ease-out;
  transition: border 0.5s ease-out;
}

.archive-link-arrow__icon {
  width: 0.875em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.archive-link-arrow__icon img {
  display: block;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.archive-link-arrow__icon img.rev {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .header__logo:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .box3 dd a:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .archive-list__item:nth-child(3n) {
    margin-right: 0;
  }
  /*.archive-list__item:nth-last-of-type(3), .archive-list__item:nth-last-of-type(2) {
    margin-bottom: 0;
  }*/
  .archive-list__item:hover .archive-list__pic {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .archive-link:hover {
    color: #B0BAC8;
    background-color: #fff;
  }
  .archive-link:hover .archive-link__text {
    color: #B0BAC8;
  }
  .archive-link:hover .archive-link__arrow {
    border: 1px solid #B0BAC8;
  }
  .archive-link:hover .archive-link-arrow__icon img {
    opacity: 0;
  }
  .archive-link:hover .archive-link-arrow__icon img.rev {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    height: 133vw;
  }
  .kv-pic {
    width: auto;
    height: 100%;
  }
  .kv-pic img {
    width: auto;
    height: 100%;
  }
  .kv-inner {
    width: 89.33%;
    max-width: inherit;
  }
  .kv-cateogry {
    width: 53.73%;
    height: 10.66vw;
    border-radius: 10.66vw;
    margin-bottom: 4.26vw;
  }
  .kv-cateogry__text {
    font-size: 5.33vw;
  }
  .kv-data {
    padding: 9.4vw 8vw 7.4vw;
    border-radius: 2.66vw;
    margin-bottom: 21.3vw;
  }
  .kv-data-title {
    margin-bottom: 6.3vw;
  }
  .kv-data-title__sub {
    font-size: 3.73vw;
    margin-bottom: 1.5vw;
  }
  .kv-data-title__main {
    font-size: 8vw;
    line-height: 1.5;
  }
  .kv-data-company__sub {
    font-size: 3.73vw;
  }
  .kv-data-company__main {
    font-size: 4.26vw;
  }
  .content__block {
    width: 89.33%;
    max-width: inherit;
  }
  .box img {
    border-radius: 1.06vw;
  }
  .box-title {
    font-size: 9.06vw;
    margin-bottom: 6.8vw;
  }
  .box-textarea {
    margin-bottom: 8.6vw;
  }
  .box-textarea p {
    font-size: 4.26vw;
    margin-bottom: 9.5vw;
  }
  .box-textarea strong {
    font-size: 4.26vw;
    padding-left: 3em;
    text-indent: -3em;
    padding-top: 2vw;
    margin-bottom: 3.6vw;
  }
  .box-textarea strong:before {
    width: 9.6vw;
    height: 0.53vw;
    margin-right: 3vw;
  }
  .box-textarea__message {
    font-size: 4.26vw;
    margin-bottom: 11vw;
  }
  .box-heading {
    font-size: 4.26vw;
    padding-left: 3em;
    text-indent: -3em;
    padding-top: 2vw;
    margin-bottom: 3.6vw;
  }
  .box-heading:before {
    width: 9.6vw;
    height: 0.53vw;
    margin-right: 3vw;
  }
  .box1 {
    margin-bottom: 27.2vw;
  }
  .box2 {
    margin-bottom: 24.7vw;
  }
  .box2 .box-textarea {
    margin-bottom: 13.8vw;
  }
  .box2 .box-textarea:last-child {
    margin-bottom: 0;
  }
  .box2 img {
    margin-bottom: 11.4vw;
  }
  .box3 {
    margin-bottom: 30.7vw;
    margin-bottom: 4.7vw;
  }
  .box3 img {
    margin-bottom: 16vw;
  }
  .box3 .box3-movie {
    margin-bottom: 16vw;
  }
  .box3 dl {
    padding-top: 4.7vw;
    border-bottom: 1px solid #B0BAC8;
    margin-bottom: 0;
  }
  .box3 dl:first-child {
    border-top: 1px solid #B0BAC8;
  }
  .box3 dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: none;
    font-size: 4.26vw;
    padding-bottom: 1.2vw;
  }
  .box3 dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 4.26vw;
  }
  .box3 dd a:after {
    width: 3.46vw;
    height: 3.46vw;
    margin-left: 3.4vw;
  }
  .box-archive {
    margin-bottom: 15vw;
  }
  .box-archive .box-inner {
    padding: 0 5.33%;
  }
  .box-archive .box-title {
    margin-bottom: 12.9vw;
  }
  .box-archive .box-title__main {
    font-size: 9.06vw;
    margin-bottom: 3.5vw;
  }
  .box-archive .box-title__sub {
    font-size: 3.2vw;
  }
  .archive-list {
    margin-bottom: 13.33vw;
  }
  .archive-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 5.33vw;
    border-radius: 2.66vw;
  }
  .archive-list-category {
    font-size: 4.8vw;
    left: 6.5vw;
    top: 6.7%;
  }
  .archive-list-data {
    width: 86%;
    bottom: 5.4%;
  }
  .archive-list__title {
    font-size: 3.73vw;
    margin-bottom: 1vw;
  }
  .archive-list__text {
    font-size: 2.66vw;
  }
  .archive-link {
    height: 21.33vw;
    border-radius: 2.66vw;
    border: none;
  }
  .archive-link__text {
    font-size: 5.33vw;
  }
  .archive-link__arrow {
    width: 7.46vw;
    height: 7.46vw;
    margin-left: 7vw;
  }
  .archive-link-arrow__icon {
    width: 2.2vw;
  }
}
/*# sourceMappingURL=startup.css.map */
